Back to Devexpress

TdxBarManager.NotDocking Property

vcl-dxbar-dot-tdxbarmanager-cf9e5285.md

latest997 B
Original Source

TdxBarManager.NotDocking Property

Specifies restrictions on docking toolbars.

Declaration

delphi
property NotDocking: TdxBarDockingStyles read; write; default [];

Property Value

Type
TdxBarDockingStyles

Remarks

A toolbar can be docked to any side of the parent form or float. If the value of the NotDocking property is not an empty set, end-users won’t be able to dock toolbars to the form’s edges included in this set. If the dsNone value is included in the set, the toolbars will not be able to be float.

The default value of the NotDocking property is an empty set.

To prohibit a docking style for one toolbar, use the toolbar’s NotDocking property.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit