Skip to main content

GridControl.GetGroupRowValue(Int32) Method

Returns the value of the specified group row.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public object GetGroupRowValue(
    int rowHandle
)

#Parameters

Name Type Description
rowHandle 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 GridControl and suggest that you use the new DataGridView control instead.

See Also