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