GridControl.GetDataRowHandleByGroupRowHandle(Int32) Method
In This Article
Returns the handle of the first data row in the specified group row.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Int32 | The group row’s handle. |
#Returns
Type | Description |
---|---|
Int32 | The handle of the first data row in the specified group row. |
See Also