Back to Devexpress

TdxBar.AllowCustomizing Property

vcl-dxbar-dot-tdxbar-c8d6cc6a.md

latest935 B
Original Source

TdxBar.AllowCustomizing Property

Specifies whether the current toolbar has general customization capabilities.

Declaration

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

Property Value

TypeDefault
BooleanTrue

Remarks

If this property is set to True , end-users can add, move and remove items on the current toolbar at runtime. Otherwise, these capabilities are unavailable to end-users.

The default value of the AllowCustomizing property is True.

See Also

TdxBarManager.CanCustomize

How to Disable Moving, Docking and Customizing of Toolbars

TdxBar Class

TdxBar Members

dxBar Unit