Back to Devexpress

BarManager.AllowCustomization Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-2e925cfe.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowCustomization { get; set; }
vb
Public Property AllowCustomization As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See Quick Customization to learn more.

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace