Back to Devexpress

CanSelectCellEventArgs.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectcelleventargs-0251bd93.md

latest1.3 KB
Original Source

CanSelectCellEventArgs.RowHandle Property

Gets the handle of a row to which the processed cell belongs.

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

TableView.CanSelectCell

TreeListView.CanSelectCell

CanSelectCellEventArgs Class

CanSelectCellEventArgs Members

DevExpress.Xpf.Grid Namespace