ASPxPivotGrid.CollapsedStateStoreMode Property
In This Article
Gets or sets how the grid stores information about the collapsed rows/columns.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(PivotCollapsedStateStoreMode.Indexes)]
public PivotCollapsedStateStoreMode CollapsedStateStoreMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
Indexes | One of the Pivot |
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