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

TdxDockControl Class

Used to draw a dock control.

#Declaration

Delphi
TdxDockControl = class(
    TcxCustomControl
)

#Remarks

The TdxDockControl object draws a dock control, or location of a toolbar. Visually this control appears as a rectangle on the top/bottom/right/left side of a form. A dock control can hold several toolbars within it. A dock control consists of rows; and rows in turn consist of columns. A dock row and dock column are represented by the TdxDockRow object and TdxDockCol object, respectively.

See Also