Skip to main content
A newer version of this page is available. .

Bar.IsAllowQuickCustomization Property

Gets whether the bar provides the Quick Customization Button.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool IsAllowQuickCustomization { get; }

Property Value

Type Description
Boolean

true if the bar provides the Quick Customization Button; otherwise, false.

Remarks

See Bar.AllowQuickCustomization to learn more.

See Also