Skip to main content

CanSelectCellEventArgs.Row Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object Row { get; }

Property Value

Type Description
Object

A data row object that corresponds to the processed cell.

See Also