Skip to main content
A newer version of this page is available. .

TreeListNodeEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.Xpf.Grid.TreeList

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

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