Click or drag to resize

PropertyItemgetElement Method

Get an element of the current Property Item. A tree node which "contains" this grid cell.

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

Return Value

Type: [T:(Any)]
Aras.Modules.CMF.Public.Element
Examples
JavaScript
var element = property.getElement();
See Also