GroupRowData.IsCollapsed Property
In This Article
Gets or sets whether the group row is collapsed.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool IsCollapsed { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also