Skip to main content

TreeListNodeEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object Row { get; }

Property Value

Type Description
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