Back to Devexpress

TdxDockControl Class

vcl-dxbar-b2b77bc2.md

latest1.5 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TdxDockControl

See Also

TdxDockCol

TdxDockRow

Bar Dock Controls

TdxDockControl Members

dxBar Unit