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

PivotGridResetOptions Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Flags]
public enum PivotGridResetOptions

Members

Name Description
None

No options are 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.

OptionsHint

Hint options are reset.

OptionsMenu

Menu options are reset.

OptionsOLAP

OLAP options are reset.

OptionsPrint

Print options are reset.

OptionsSelection

Selection options are reset.

OptionsLoadingPanel

Loading Panel options are reset.

OptionsLayout

Reset options that specify how a control layout is stored to, and restored from a storage.

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 PivotGridOptionsLayout.ResetOptions property.

See Also