PropertyItemisVisibleInGrid Property |
Return true if Property Item is visible in Grid. Otherwise return false.
Namespace:
Aras.Modules.CMF.Public
Syntaxfunction get_isVisibleInGrid();
Return Value
Type:
[T:(Any)]bool
Examplesvar isVisibleInGrid = property.isVisibleInGrid;
See Also