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

DataGridView.GetGroup(Int32) Method

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

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