RowDataBase.RowHandle Property
In This Article
Gets the row’s handle.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[P(-2147483648, Handler = "$() => RaisePropertyChanged(RowHandleArgs)")]
public int RowHandle { get; }
#Property Value
Type | Description |
---|---|
Int32 | The row’s handle. |
See Also