Click or drag to resize

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
Syntax
JavaScript
function getPropertyItems();

Return Value

Type: [T:(Any)]
array of Aras.Modules.CMF.Public.PropertyItem
Examples
JavaScript
var elementProperties = element.getPropertyItems();
See Also