TdxBreadcrumbEditNode Properties
Implements the virtual breadcrumb node.
Name | Description |
---|---|
Count |
Returns the total count of the node’s children.
Inherited from Tdx |
Data |
Specifies a pointer to custom data associated with the node.
Inherited from Tdx |
Display |
Specifies a string to be displayed by the node in the breadcrumb control (when its path editor is inactive) and in its dropdown windows. |
Expanded |
Specifies if the node is expanded.
Inherited from Tdx |
First | Provides access to the node’s first child node. |
Has |
Specifies whether the node expand button is visible if the node has no children.
Inherited from Tdx |
Image |
Specifies the node image index.
Inherited from Tdx |
Index |
Returns the node index in the parent node’s Items collection.
Inherited from Tdx |
Items | Provides indexed access to the node’s child nodes. |
Last | Provides access to the node’s last child node. |
Level |
Returns the node’s nesting level in the tree.
Inherited from Tdx |
Name | Specifies the name of the node. |
Next | Provides access to the next sibling of the current node. |
Owner |
Provides access to the node owner.
Inherited from Tdx |
Parent | Provides access to the node’s parent. |
Path | Returns the full hierarchical path to the node. |
Prev | Provides access to the previous sibling of the current node. |
Root | Provides access to the root node. |
Visible |
Specifies if the node is visible.
Inherited from Tdx |
See Also