expressappframework-devexpress-dot-expressapp-dot-pivotgrid-dot-ipivotsettings.md
Indicates whether end-users can customize pivot table settings in Windows Forms applications, via the context menu’s Invoke Wizard and Clear Settings Actions.
Namespace : DevExpress.ExpressApp.PivotGrid
Assembly : DevExpress.ExpressApp.PivotGrid.v25.2.dll
NuGet Package : DevExpress.ExpressApp.PivotGrid
[DefaultValue(true)]
bool CustomizationEnabled { get; set; }
<DefaultValue(True)>
Property CustomizationEnabled As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true , if end-user customizations are allowed in Windows Forms applications; otherwise, false.
|
Important
Set the IPivotSettings.CustomizationEnabled property value depending on your application’s prevailing usage scenario.
See Also