Skip to main content

ASPxPivotGrid.CollapsedStateStoreMode Property

Gets or sets how the grid stores information about the collapsed rows/columns.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PivotCollapsedStateStoreMode.Indexes)]
public PivotCollapsedStateStoreMode CollapsedStateStoreMode { get; set; }

Property Value

Type Default Description
PivotCollapsedStateStoreMode Indexes

One of the PivotCollapsedStateStoreMode enumeration values.

Available values:

Name Description
Indexes

Collapsed rows/columns are identified by storing their indexes.

Values

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

See Also