Back to Devexpress

CanUnselectCellEventArgs.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-canunselectcelleventargs-4ed5f457.md

latest1.3 KB
Original Source

CanUnselectCellEventArgs.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.CanUnselectCell

TreeListView.CanUnselectCell

CanUnselectCellEventArgs Class

CanUnselectCellEventArgs Members

DevExpress.Xpf.Grid Namespace