Back to Devexpress

TreeListUnboundColumnDataEventArgs.Node Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistunboundcolumndataeventargs.md

latest1.2 KB
Original Source

TreeListUnboundColumnDataEventArgs.Node Property

Gets the node which contains the processed cell.

Namespace : DevExpress.Xpf.Grid.TreeList

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 that specifies the node containing the processed cell.

|

See Also

TreeListUnboundColumnDataEventArgs Class

TreeListUnboundColumnDataEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace