DataGridView.GroupsInitiallyExpanded Property
In This Article
Gets or sets whether groups of rows should appear expanded or collapsed immediately after the grid’s data is grouped.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
[XtraSerializableProperty]
public bool GroupsInitiallyExpanded { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if groups are initially expanded; otherwise, false. |
See Also