Back to Devexpress

TdxBar.AllowQuickCustomizing Property

vcl-dxbar-dot-tdxbar-d99c1b7b.md

latest1.5 KB
Original Source

TdxBar.AllowQuickCustomizing Property

Specifies whether the current toolbar has the quick customization capability.

Declaration

delphi
property AllowQuickCustomizing: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

If this property is set to True , the quick customization button is displayed in place of the items that do not fit in the toolbar for a docked toolbar, and on the caption title for a floating toolbar.

A click on the quick customization button activates the Quick Customization Popup Menu, which contains a list of buttons available for the corresponding toolbar. End-users can select the buttons they wish to display and uncheck the ones they want to visually suppress.

If the AllowQuickCustomizing property is set to False , the quick customization button is not displayed.

The default value of the AllowQuickCustomizing property is True.

See Also

TdxBar.AllowCustomizing

How to Disable Moving, Docking and Customizing of Toolbars

TdxBar Class

TdxBar Members

dxBar Unit