Back to Devexpress

CanUnselectRowEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-canunselectroweventargs-cfceea55.md

latest1.2 KB
Original Source

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

CanUnselectRow

CanUnselectRowEventArgs Class

CanUnselectRowEventArgs Members

DevExpress.Xpf.Grid Namespace