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

PivotCollapsedStateStoreMode Enum

Contains values that specify how the grid stores information about the collapsed rows/columns.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum PivotCollapsedStateStoreMode

Members

Name Description
Indexes

Collapsed rows/columns are identified by storing their indexes.

Values

Collapsed rows/columns are identified by storing their corresponding field values.

Related API Members

The following properties accept/return PivotCollapsedStateStoreMode values:

Remarks

Values listed by this enumeration are used to set the ASPxPivotGrid.CollapsedStateStoreMode property.

See Also