Click or drag to resize

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
Syntax
JavaScript
function 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
Examples
JavaScript
var property = element.getPropertyItem('CMF Property Type Name');
See Also