Back to Devexpress

TdxBarManager.CanCustomize Property

vcl-dxbar-dot-tdxbarmanager-5041e20c.md

latest956 B
Original Source

TdxBarManager.CanCustomize Property

Specifies whether the current bar manager’s toolbars can be customized at runtime.

Declaration

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

Property Value

TypeDefault
BooleanTrue

Remarks

When an application is running, a toolbar can be customized via the Customization Form, which can be invoked with the help of a toolbar’s popup menu or when double-clicking over a dock control. To prevent such a possibility set the CanCustomize property to False.

The default value of the CanCustomize property is True.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit