TcxVirtualTreeListNode Properties
The TcxVirtualTreeList control’s node.Name | Description |
---|---|
AbsoluteIndex | Returns the node’s index in the TreeList control. Inherited from TcxTreeListNode. |
AllowGrayed | Specifies the check mode of the node’s check box. Inherited from TcxTreeListNode. |
Checked | Specifies the node’s checked state. Inherited from TcxTreeListNode. |
CheckGroupType | Specifies the type of control to be displayed in the node’s children to indicate their checked state. Inherited from TcxTreeListNode. |
CheckState | Specifies the node’s checked state. Inherited from TcxTreeListNode. |
ChildVisibleCount | Returns the number of the node’s children available in the View. Inherited from TcxTreeListNode. |
Count | Returns the number of child nodes. Inherited from TcxTreeListNode. |
Data | Specifies the pointer to data associated with the node. Inherited from TcxTreeListNode. |
Deleting | Indicates whether a node’s Delete method has been called and if the node is being deleted. Inherited from TcxTreeListNode. |
Enabled | Specifies if end-users can change the state of a control (a check box or radio button) that indicates the node’s checked state. Inherited from TcxTreeListNode. |
ErrorCodes | Inherited from TcxTreeListNode. |
Expanded | Specifies whether the node is expanded. Inherited from TcxTreeListNode. |
Focused | Determines whether the node has focus. Inherited from TcxTreeListNode. |
FooterSummaryCount | Returns the number of node summaries. Inherited from TcxTreeListNode. |
FooterSummaryTexts | Provides indexed access to display values of the node’s summaries. Inherited from TcxTreeListNode. |
FooterSummaryValues | Provides indexed access to the node’s summary values. Inherited from TcxTreeListNode. |
HasCheckbox | Checks if the node displays a control (a check box or radio button) that indicates its checked state. Inherited from TcxTreeListNode. |
HasChildren | Specifies whether the node’s expand button is to be displayed if the node has no children. Inherited from TcxTreeListNode. |
HasVisibleChildren | Checks whether the node has children available in the View. Inherited from TcxTreeListNode. |
Height | Specifies the node’s height, in pixels. Inherited from TcxTreeListNode. |
HotTrack | Determines whether the node is hot-tracked. Inherited from TcxTreeListNode. |
ImageIndex | Specifies the node’s select image. Inherited from TcxTreeListNode. |
Index | Returns the node index within its parent node’s Items collection. Inherited from TcxTreeListNode. |
Inserting | Inherited from TcxTreeListNode. |
IsEditing | Inherited from TcxTreeListNode. |
IsFirst | Indicates whether the node is the first child node of its parent‘s Items collection. Inherited from TcxTreeListNode. |
IsFirstVisible | Indicates whether the node is the first visible node within the TreeList control. Inherited from TcxTreeListNode. |
IsGroupNode | Indicates if the node is a group node. Inherited from TcxTreeListNode. |
IsHidden | Indicates if the node is hidden in the View (filtered out). Inherited from TcxTreeListNode. |
IsLast | Indicates whether the node is the last child node of its parent‘s Items collection. Inherited from TcxTreeListNode. |
IsLastVisible | Indicates whether the node is the last visible node within the TreeList control. Inherited from TcxTreeListNode. |
IsVisible | Indicates if the node is hidden within collapsed parents. Inherited from TcxTreeListNode. |
Items | Provides zero-based indexed access to the node’s child nodes. Inherited from TcxTreeListNode. |
Level | Returns the node’s nesting level. Inherited from TcxTreeListNode. |
OverlayIndex | Specifies an additional image that is overlaid on the node select image. Inherited from TcxTreeListNode. |
OverlayStateIndex | Specifies an additional image that is overlaid on the node specific state image. Inherited from TcxTreeListNode. |
Parent | Returns the node’s parent node. Inherited from TcxTreeListNode. |
RecordHandle | Provides access to the node’s record handle. |
Root | Provides access to the virtual node that roots all the tree list nodes. Inherited from TcxTreeListNode. |
Selected | Specifies whether the node is selected. Inherited from TcxTreeListNode. |
SelectedIndex | Specifies the image for the selected node. Inherited from TcxTreeListNode. |
StateIndex | Specifies the state image for the node. Inherited from TcxTreeListNode. |
Texts | Provides indexed access to the string representation of the node’s column values. Inherited from TcxTreeListNode. |
TreeList | Returns the TreeList control owning the node. Inherited from TcxTreeListNode. |
ValueCount | Returns the number of values displayed within the node. Inherited from TcxTreeListNode. |
Values | Provides indexed access to column values within the node. Inherited from TcxTreeListNode. |
Visible | Specifies the node’s availability in the tree list. Inherited from TcxTreeListNode. |
VisibleIndex | Returns the node’s index among visible nodes. Inherited from TcxTreeListNode. |
See Also