Skip to main content

GridSelectionChangedEventArgs.ControllerRow Property

Identifies the row whose selected state has been changed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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.

See Also