Skip to main content
A newer version of this page is available. .

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