Back to Devexpress

ICustomizationEnabledProvider.CustomizationEnabled Property

expressappframework-devexpress-dot-expressapp-dot-chart-dot-icustomizationenabledprovider.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
[DefaultValue(true)]
bool CustomizationEnabled { get; set; }
vb
<DefaultValue(True)>
Property CustomizationEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

ICustomizationEnabledProvider Interface

ICustomizationEnabledProvider Members

DevExpress.ExpressApp.Chart Namespace