Back to Devexpress

CanSelectRowEventArgs.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectroweventargs-8630c9f2.md

latest1.2 KB
Original Source

CanSelectRowEventArgs.RowHandle Property

Gets the handle of a processed row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

An integer value representing the row handle.

|

See Also

Row Selection

CanSelectRow

CanSelectRowEventArgs Class

CanSelectRowEventArgs Members

DevExpress.Xpf.Grid Namespace