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

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.v22.1.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