Back to Devexpress

TreeListRowInfo.Node Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistrowinfo-7478883e.md

latest1.0 KB
Original Source

TreeListRowInfo.Node Property

Gets the node corresponding to the treelist row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode Node { get; }
vb
Public ReadOnly Property Node As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object.

|

See Also

TreeListRowInfo Class

TreeListRowInfo Members

DevExpress.Xpf.Grid Namespace