Back to Devexpress

DataGridView.IsGroupCollapsed(Int32) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-isgroupcollapsed-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

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

csharp
public bool IsGroupCollapsed(
    int groupRowHandle
)

Parameters

NameTypeDescription
groupRowHandleInt32

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

TypeDescription
Boolean

true if the specified group is collapsed; otherwise, false

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace