Back to Devexpress

TreeListNodeEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistnodeeventargs-8c154065.md

latest1.3 KB
Original Source

TreeListNodeEventArgs.Row Property

Gets the processed row.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Row { get; }
vb
Public ReadOnly Property Row As Object

Property Value

TypeDescription
Object

An object that represents the processed row.

|

Remarks

To obtain the data object that corresponds to the processed row, type cast the Row property.

See Also

NodeExpanded

NodeCollapsed

TreeListNodeEventArgs Class

TreeListNodeEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace