Click or drag to resize

PropertyItemisVisibleInGrid Property

Return true if Property Item is visible in Grid. Otherwise return false.

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

Return Value

Type: [T:(Any)]
bool
Examples
JavaScript
var isVisibleInGrid = property.isVisibleInGrid;
See Also