Skip to main content

PivotGridResetOptions Enum

Lists values that specify which options are reset before loading the layout.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public enum PivotGridResetOptions

Members

Name Description
None

No options reset.

OptionsBehavior

Behavior options are reset.

OptionsChartDataSource

Options related to the Chart control integration are reset.

OptionsCustomization

Customization options are reset.

OptionsData

Data options are reset.

OptionsDataField

Options related to the presentation of data fields are reset.

OptionsFilterPopup

Filter drop-down options are reset.

OptionsOLAP

OLAP options are reset.

OptionsLoadingPanel

Loading Panel options are reset.

OptionsPager

Pager options are reset.

All

All options are reset.

Related API Members

The following properties accept/return PivotGridResetOptions values:

Remarks

Values listed by this enumeration are used to set the PivotGridWebOptionsLayout.ResetOptions property.

See Also