Click or drag to resize

Element Methods

The Element type exposes the following members.

Methods
  NameDescription
Public methodCode examplefindAncestorElement
Find at any level, not only a Parent at the first level.
Public methodCode examplefindDescendantElements
Find at any level, not only children at the first level.
Public methodCode examplegetPropertyItem
Get a Property Item of the current Element (both visible and invisible in Grid). A grid cell of the tree node.
Public methodCode examplegetPropertyItems
Get all Property Items of the current Element (both visible and invisible in Grid). Grid cells of the tree node.
Top
See Also