Skip to main content

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

See Also