GridControl.GetGroupRowValue(Int32) Method
In This Article
Returns the value of the specified group row.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value specifying the handle of the required group row. |
#Returns
Type | Description |
---|---|
Object | An object that is the value of the specified group row. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also