ElementgetPropertyItem Method |
Get a Property Item of the current Element (both visible and invisible in Grid). A grid cell of the tree node.
Namespace:
Aras.Modules.CMF.Public
Syntaxfunction getPropertyItem(propertyItemType);
Parameters
- propertyItemType
- Type: string
see the "type" property of Aras.Modules.CMF.Public.PropertyItem.
Return Value
Type:
[T:(Any)]Aras.Modules.CMF.Public.PropertyItem
Examplesvar property = element.getPropertyItem('CMF Property Type Name');
See Also