TdxOcNode Properties
A tree node.Name | Description |
---|---|
AbsoluteCount | Returns the total count of child nodes. |
AbsoluteItems | Provides indexed access to all the child nodes at all hierarchy levels. |
ChildAlign | 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. |
HasChildren | Specifies if the node has the list for storing child nodes. |
Height | Specifies the tree node height, in pixels. |
ImageAlign | Specifies the image position within a node. |
ImageIndex | Specifies an image displayed within the tree node. |
Index | Returns the zero-based index corresponding to the node’s position among its siblings. |
IsVisible | 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 OrgChart control to which the node belongs. |
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. |
See Also