PivotGridWebOptionsLayout.ResetOptions Property
Gets or sets which options are reset before loading the layout.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(PivotGridResetOptions.OptionsChartDataSource | PivotGridResetOptions.OptionsCustomization | PivotGridResetOptions.OptionsData | PivotGridResetOptions.OptionsDataField | PivotGridResetOptions.OptionsLoadingPanel)]
public PivotGridResetOptions ResetOptions { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PivotGridResetOptions | OptionsChartDataSource | OptionsCustomization | OptionsData | OptionsDataField | OptionsLoadingPanel | A combination of PivotGridResetOptions flags, specifying which options are reset before loading the layout. |
Available values:
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ResetOptions |
---|---|
ASPxPivotGrid |
|
PivotGridWebOptionsLayout |
|
PivotGridWebOptionsLayout |
|
Remarks
When the layout is saved, only settings with non-default values are stored. When the layout is loaded, settings that had default values when the layout was saved (and were not stored), retain their old values. To restore the default values of these settings, they should be reset before loading the layout. Use the ResetOptions property to specify which settings should be reset.
Customization, data, data field, loading panel and chart data source options are reset by default.