PivotGridOptionsData.SetAutoExpandGroups(DefaultBoolean) Method
Assigns the specified value to the PivotGridOptionsData.AutoExpandGroups property.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | DefaultBoolean | A DefaultBoolean enumeration member that specifies whether field values are expanded or collapsed by default. This value is assigned to the PivotGridOptionsData.AutoExpandGroups property. |
Remarks
To learn more, see PivotGridOptionsData.AutoExpandGroups.
See Also