Skip to main content

GridSelectionChangedEventArgs.ControllerRow Property

Gets a handle of the row that is added or removed from the GridControl‘s selection.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public int ControllerRow { get; }

Property Value

Type Description
Int32

A handle of the row that is added or removed from the GridControl‘s selection.

See Also