Back to Devexpress

TreeListNode Class

wpf-devexpress-dot-xpf-dot-grid-9b50326e.md

latest8.6 KB
Original Source

TreeListNode Class

A node displayed within a TreeListView.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListNode :
    TreeListNodeBase,
    INotifyPropertyChanged
vb
Public Class TreeListNode
    Inherits TreeListNodeBase
    Implements INotifyPropertyChanged

The following members return TreeListNode objects:

Show 62 links

Remarks

Nodes correspond to records in a data source and are specified by TreeListNode objects.

Nodes are stored as nested collections because the TreeListView displays data in a tree. The collection of root level nodes can be accessed via the TreeListView.Nodes property. Each node has its own collection of child nodes, available via the TreeListNode.Nodes property. These child nodes have their own children, etc.

In bound mode, nodes are created automatically for every record in a data source. In an unbound mode, you need to create nodes manually.

To learn more, see Nodes Overview.

Inheritance

Object TreeListNodeBase TreeListNode GanttNode

See Also

TreeListNode Members

DevExpress.Xpf.Grid Namespace