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

GridSelectionChangedEventArgs.ControllerRow Property

Identifies the row whose selected state has been changed.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public int ControllerRow { get; }

Property Value

Type Description
Int32

An integer value that specifies the handle of the row whose selected state has been changed.

Remarks

To obtain the row’s visible index by its handle, use the GridControl.GetRowVisibleIndexByHandle method. To learn more, see Identifying Rows and Cards.

See Also