Back to Devexpress

CanUnselectCellEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-canunselectcelleventargs-1b772b7a.md

latest1.3 KB
Original Source

CanUnselectCellEventArgs.Row Property

Gets a data row object that corresponds to the processed row (or treelist node).

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

|

See Also

Row Selection

TableView.CanUnselectCell

TreeListView.CanUnselectCell

CanUnselectCellEventArgs Class

CanUnselectCellEventArgs Members

DevExpress.Xpf.Grid Namespace