Skip to main content
All docs
V24.2

IPivotTable.AutoExpandGroups Property

Specifies whether to automatically expand all groups when the Pivot loads data.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

[DefaultValue(true)]
bool AutoExpandGroups { get; set; }

Property Value

Type Default Description
Boolean true

true to expand all groups; otherwise, false.

Remarks

Refer to the AutoExpandGroups property description for more information and an example.

See Also