TdxOcNode Properties
A tree node.
Name | Description |
---|---|
Absolute |
Returns the total count of child nodes. |
Absolute |
Provides indexed access to all the child nodes at all hierarchy levels. |
Child |
Aligns the node in relation to its direct descendants. |
Color | Specifies the node’s background color. |
Count | Returns the node’s direct descendants count. |
Data | Points to custom data, associated with the node |
Deleting | Identifies if the node is being removed. |
Expanded | Specifies whether the tree node is expanded. |
Has |
Specifies if the node has the list for storing child nodes. |
Height | Specifies the tree node height, in pixels. |
Image |
Specifies the image position within a node. |
Image |
Specifies an image displayed within the tree node. |
Index | Returns the zero-based index corresponding to the node’s position among its siblings. |
Is |
Identifies if both the current node and its parent are expanded. |
Items | Provides zero-based indexed access to individual child nodes. |
Level | Returns the node’s nesting level. |
Owner |
Provides access to the Org |
Parent | Provides access to the current node’s parent. |
Selected | Specifies whether the node is selected |
Shape | Specifies the node frame’s geometric shape. |
Text | Specifies a text string associated with the node. |
Width | Specifies the tree node width, in pixels. |