Click or drag to resize

PropertyItemcmfStyle Property

Style of the cell. Note that content style of column will not be available here.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_cmfStyle();

Return Value

Type: [T:(Any)]
Aras.Modules.CMF.Public.CmfStyle
Examples
JavaScript
var cmfStyleOfProperty = property.cmfStyle;
See Also