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

ToolBarControl.AllowQuickCustomization Property

Gets or sets whether the tool bar provides the Quick Customization Button, opening the customization menu.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public bool AllowQuickCustomization { get; set; }

Property Value

Type Description
Boolean

true, if the tool bar provides the Quick Customization Button; otherwise, false. The default is true.

Remarks

By default, the tool bar displays the Quick Customization Button along the right edge. Clicking it invokes the drop-down that provides access to the Customization sub-menu, allowing an end-user to change the visibility of the tool bar items. See the figure below.

ToolBarControl_AllowQuickCustomization

Set the AllowQuickCustomization property to false to hide the Quick Customization Button. However, if the application window width is insufficient to display the tool bar in its entirety, the Button is automatically displayed, providing access to the hidden tool bar items through the drop-down. Note that in this case, the Customization sub-menu button is not displayed in the drop-down.

See Also