Back to Devexpress

CanSelectRowEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectroweventargs-37299e4f.md

latest1.2 KB
Original Source

CanSelectRowEventArgs.Row Property

Gets a data row object that corresponds to the processed row (or treelist node).

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Object

A data row object that corresponds to the processed row.

|

See Also

Row Selection

CanSelectRow

CanSelectRowEventArgs Class

CanSelectRowEventArgs Members

DevExpress.Xpf.Grid Namespace