TdxDbOcNode Properties
Represents the TdxDbOrgChart‘s tree node.| Name | Description |
|---|---|
| AbsoluteCount | Returns the total count of child nodes. Inherited from TdxOcNode. |
| AbsoluteItems | Provides indexed access to all the child nodes at all hierarchy levels. Inherited from TdxOcNode. |
| ChildAlign | Aligns the node in relation to its direct descendants. Inherited from TdxOcNode. |
| Color | Specifies the node’s background color. Inherited from TdxOcNode. |
| Count | Returns the node’s direct descendants count. Inherited from TdxOcNode. |
| Data | Points to custom data, associated with the node Inherited from TdxOcNode. |
| Deleting | Identifies if the node is being removed. Inherited from TdxOcNode. |
| Expanded | Specifies whether the tree node is expanded. Inherited from TdxOcNode. |
| HasChildren | Specifies if the node has the list for storing child nodes. Inherited from TdxOcNode. |
| Height | Specifies the tree node height, in pixels. Inherited from TdxOcNode. |
| ImageAlign | Specifies the image position within a node. Inherited from TdxOcNode. |
| ImageIndex | Specifies an image displayed within the tree node. Inherited from TdxOcNode. |
| Index | Returns the zero-based index corresponding to the node’s position among its siblings. Inherited from TdxOcNode. |
| IsVisible | Identifies if both the current node and its parent are expanded. Inherited from TdxOcNode. |
| Items | Provides zero-based indexed access to individual child nodes. Inherited from TdxOcNode. |
| Key | Represents the node’s ID. |
| Level | Returns the node’s nesting level. Inherited from TdxOcNode. |
| Owner | Provides access to the OrgChart control to which the node belongs. Inherited from TdxOcNode. |
| Parent | Provides access to the current node’s parent. Inherited from TdxOcNode. |
| ParentKey | Represents the parent node‘s ID. |
| Selected | Specifies whether the node is selected Inherited from TdxOcNode. |
| Shape | Specifies the node frame’s geometric shape. Inherited from TdxOcNode. |
| Text | Specifies a text string associated with the node. Inherited from TdxOcNode. |
| Width | Specifies the tree node width, in pixels. Inherited from TdxOcNode. |
See Also