DataGridView.GroupsInitiallyExpanded Property
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
[XtraSerializableProperty]
public bool GroupsInitiallyExpanded { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if groups are initially expanded; otherwise, false. |
See Also