Back to Devexpress

GridSelectionChangedEventArgs.ControllerRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridselectionchangedeventargs-aaad2c20.md

latest1.8 KB
Original Source

GridSelectionChangedEventArgs.ControllerRow Property

Identifies the row whose selected state has been changed.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int ControllerRow { get; }
vb
Public ReadOnly Property ControllerRow As Integer

Property Value

TypeDescription
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

GetRowVisibleIndexByHandle(Int32)

GridSelectionChangedEventArgs Class

GridSelectionChangedEventArgs Members

DevExpress.Xpf.Grid Namespace