DataGridView.IsGroupCollapsed(Int32) Method
Indicates whether the specified group row is collapsed.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool IsGroupCollapsed(
int groupRowHandle
)
Parameters
Name | Type | Description |
---|---|---|
groupRowHandle | Int32 | The group row handle (a negative integer, starting from |
Returns
Type | Description |
---|---|
Boolean |
|
See Also