ElementgetPropertyItems Method |
Get all Property Items of the current Element (both visible and invisible in Grid). Grid cells of the tree node.
Namespace:
Aras.Modules.CMF.Public
Syntaxfunction getPropertyItems();
Return Value
Type:
[T:(Any)]array of Aras.Modules.CMF.Public.PropertyItem
Examplesvar elementProperties = element.getPropertyItems();
See Also