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 |
|
Remarks
Refer to the AutoExpandGroups property description for more information and an example.
See Also