Skip to main content

DataGridView.IsGroupCollapsed(Int32) Method

Indicates whether the specified group row is collapsed.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public bool IsGroupCollapsed(
    int groupRowHandle
)

Parameters

Name Type Description
groupRowHandle Int32

The group row handle (a negative integer, starting from -1) or the group’s zero-based index within the grid’s collection of groups.

Returns

Type Description
Boolean

true, if the specified group is collapsed; otherwise, false

See Also