Skip to main content
.NET 6.0+

ICustomizationEnabledProvider.CustomizationEnabled Property

Indicates whether end-users can customize charts settings in Windows Forms applications, via the context menu’s Invoke Wizard and Clear Settings Actions.

Namespace: DevExpress.ExpressApp.Chart

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

[DefaultValue(true)]
bool CustomizationEnabled { get; set; }

Property Value

Type Default Description
Boolean true

true, if end-user customizations are allowed in Windows Forms applications; otherwise, false.

See Also