Skip to main content
A newer version of this page is available.

DataGridView.GetGroupRowValue(Int32) Method

Gets the value of the specified group row.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public object GetGroupRowValue(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The group row handle.

Group row handles are negative (start from -1). The NullReferenceException exception occures if the specified group row does not exist.

Returns

Type Description
Object

An object that is the value of the specified group row.

Remarks

The GetGroupRowValue method returns a data value of the column by which data is grouped.

See Also