Skip to main content

Bar.IsAllowQuickCustomization Property

Gets whether the bar provides the Quick Customization Button.

Namespace: DevExpress.Xpf.Bars

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

#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