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

TdxBarDockControl Class

The TdxBarDockControl object represents an external dock control on a form.

#Declaration

Delphi
TdxBarDockControl = class(
    TdxDockControl
)

#Remarks

The ExpressBars Suite allows you to use external dock controls. An external dock control is an addition to internal default dock controls of a bar manager. You can place an external dock control to any position on a form and then embed a toolbar in it. Visually this control appears as a rectangle on the top/bottom/right/left side of the form or floats over it. Each dock control can hold several toolbars within it. TdxBarDockControl is a direct descendant of TdxDockControl and inherits all its functionality.

See Also