Skip to main content

DataGridView.GetGroup(Int32) Method

Provides access to the information on the specified group of rows.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public IGroupInfo GetGroup(
    int groupRowHandle
)

Parameters

Name Type Description
groupRowHandle Int32

The group row handle.

Returns

Type Description
IGroupInfo

An object that contains information on the group of rows.

See Also