Skip to main content
A newer version of this page is available. .

CanSelectRowEventArgs.Row Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public object Row { get; }

Property Value

Type Description
Object

A data row object that corresponds to the processed row.

See Also