Skip to main content

PivotGridOptionsData.SetAutoExpandGroups(DefaultBoolean) Method

Assigns the specified value to the PivotGridOptionsData.AutoExpandGroups property.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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