Back to Devexpress

TdxBar.DockedDockControl Property

vcl-dxbar-dot-tdxbar-d1d22d54.md

latest803 B
Original Source

TdxBar.DockedDockControl Property

Specifies the external dock control to which the current toolbar was previously docked.

Declaration

delphi
property DockedDockControl: TdxBarDockControl read; write;

Property Value

Type
TdxBarDockControl

Remarks

When you drag a toolbar from the dock control, the DockedDockControl property specifies the dock control to which the current toolbar was previously docked. If this property’s value is not nil , a double-click moves the toolbar back to the dock control as specified by the DockedDockControl property.

See Also

TdxBar.DockControl

TdxBar Class

TdxBar Members

dxBar Unit