Back to Devexpress

TreeListNode Members

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-dot-underscore-members.md

latest7.4 KB
Original Source

TreeListNode Members

A node displayed within a TreeListView.

Constructors

NameDescription
TreeListNode()Initializes a new instance of the TreeListNode class.
TreeListNode(Object)Initializes a new instance of the TreeListNode class with the specified content.

Properties

NameDescription
ActualLevelGets the node’s actual nesting level.
ContentGets or sets an ItemsSource object used to create the node.
ExpandStateBindingGets or sets the binding that determines whether the node is expanded.
HasChildrenGets whether or not the node has a child node(s). Inherited from TreeListNodeBase.
HasVisibleChildrenGets whether the node has a child node(s) displayed within a View.
IdUniquely identifies the current tree node. Inherited from TreeListNodeBase.
ImageGets or sets the node’s image.
IsCheckBoxEnabledIndicates whether the node’s check box is enabled.
IsCheckedGets or sets whether the node is checked.
IsExpandButtonVisibleGets or sets whether the expand button is displayed within the node or not.
IsExpandedGets or sets whether the treelist row is expanded.
IsFilteredGets whether the node is filtered or not. Inherited from TreeListNodeBase.
IsFirstGets whether the node is the first node within a collection of nodes.
IsLastGets whether the node is the last node within a collection of nodes.
IsVisibleGets whether the treelist node is visible. Inherited from TreeListNodeBase.
ItemsSourceThis member supports the internal infrastructure and is not intended to be used directly from your code.
LevelGets the node’s nesting level.
NodesGets the collection of child nodes.
ParentNodeGets the parent node.
RowHandleGets the row handle that identifies the node. Inherited from TreeListNodeBase.
TagGets or sets the data associated with the node. Inherited from TreeListNodeBase.
VisibleIndexGets the node’s position within a View among visible nodes. Inherited from TreeListNodeBase.
VisibleParentGets the node’s visible parent.

Methods

NameDescription
CollapseAll()Collapses all child nodes. Inherited from TreeListNodeBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAll()Expands all child nodes. Inherited from TreeListNodeBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IsDescendantOf(TreeListNodeBase)Indicates whether the current node belongs to the specified branch node. Inherited from TreeListNodeBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
PropertyChangedOccurs every time any of the TreeListNodeBase.Content and TreeListNodeBase.IsExpanded properties have changed their value. Inherited from TreeListNodeBase.

See Also

TreeListNode Class

DevExpress.Xpf.Grid Namespace