DataGridView.IsGroupCollapsed(Int32) Method
In This Article
Indicates whether the specified group row is collapsed.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public bool IsGroupCollapsed(
int groupRowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
group |
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