Skip to main content

TreeListNode Properties

A node displayed within a TreeListView.
Name Description
ActualLevel Gets the node's actual nesting level.
Content Gets or sets the node's content.
ExpandStateBinding Gets or sets the binding that determines whether the node is expanded.
HasChildren Gets whether or not the node has a child node(s).
HasVisibleChildren Gets whether or not the node has a child node(s) displayed within a View.
Image Gets or sets the node's image.
IsCheckBoxEnabled Indicates whether or not the node's check box is enabled.
IsChecked Gets or sets whether the node is checked.
IsExpandButtonVisible Gets or sets whether the expand button is displayed within the node or not.
IsExpanded Gets or sets whether or not the node is expanded.
IsFiltered Gets whether the node is filtered or not.
IsFirst Gets whether or not the node is the first node within a collection of nodes.
IsLast Gets whether or not the node is the last node within a collection of nodes.
Level Gets the node's nesting level.
Nodes Gets the collection of child nodes.
ParentNode Gets the parent node.
RowHandle Gets the row handle that identifies the node.
Tag Gets or sets the data associated with the node.
VisibleParent Gets the node's visible parent.
See Also