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

PivotGridOptionsData.SetAutoExpandGroups(DefaultBoolean) Method

Assigns the specified value to the PivotGridOptionsData.AutoExpandGroups property.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
public void SetAutoExpandGroups(
    DefaultBoolean value
)

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