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