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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if bar customization is supported at runtime; otherwise, false. |
Remarks
See Quick Customization to learn more.
See Also