Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AllowQuickCustomization property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also