GridControl.IsGroupRow(Int32) Method
In This Article
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that is the handle associated with the tested row. |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified handle corresponds to a group row; otherwise, false. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also