ASPxPivotGrid.CollapsedStateStoreMode Property
Gets or sets how the grid stores information about the collapsed rows/columns.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
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