Skip to main content
Bar

BarManager.AllowCustomization Property

Gets or sets whether bar customization is supported at runtime. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowCustomization { get; set; }

Property Value

Type Description
Boolean

true if bar customization is supported at runtime; otherwise, false.

Remarks

See Quick Customization to learn more.

See Also