GridSelectionChangedEventArgs.ControllerRow Property
Identifies the row whose selected state has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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.
If the row has failed validation, the ControllerRow property returns -2147483648.
See Also