Back to Devexpress

TdxBar.NotDocking Property

vcl-dxbar-dot-tdxbar-8e156272.md

latest902 B
Original Source

TdxBar.NotDocking Property

Specifies toolbar location restrictions.

Declaration

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

Property Value

Type
TdxBarDockingStyles

Remarks

Specifies application form sides to which the current toolbar cannot be docked.

Note

If dsNone is included into the value of the NotDocking property, a toolbar cannot be floating. Pay attention to the state of the bar manager’s NotDocking property.

See Also

TdxBarManager.NotDocking

How to Disable Moving, Docking and Customizing of Toolbars

TdxBar Class

TdxBar Members

dxBar Unit