GridControl.IsGroupRowHandle(Int32) Method
In This Article
Indicates whether the specified handle corresponds to a group row.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The row’s handle. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified handle corresponds to a group row; otherwise, false. |
#Remarks
Group row handles are negative (start from -1).
See Also