Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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