Back to Devexpress

TreeListCustomColumnDisplayTextEventArgs.Node Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistcustomcolumndisplaytexteventargs-cb22b3a7.md

latest1.3 KB
Original Source

TreeListCustomColumnDisplayTextEventArgs.Node Property

Gets the node which owns 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 in which the processed cell resides.

|

See Also

TreeListCustomColumnDisplayTextEventArgs Class

TreeListCustomColumnDisplayTextEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace