Back to Devexpress

CanSelectCellEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectcelleventargs-62cc93cb.md

latest1.3 KB
Original Source

CanSelectCellEventArgs.Row Property

Gets a data row object that corresponds to the processed cell.

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 cell.

|

See Also

Row Selection

TableView.CanSelectCell

TreeListView.CanSelectCell

CanSelectCellEventArgs Class

CanSelectCellEventArgs Members

DevExpress.Xpf.Grid Namespace