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

TdxCustomDockControl Class

Serves as the base for classes representing dock sites and dock panels.

#Declaration

Delphi

#Remarks

Dock panels and dock sites have much in common. They both provide settings controlling how they can be docked to other sites and how panels can be docked to them. Also, dock panels and sites can be contained within other sites. This and other common functionality is implemented in the TdxCustomDockControl class.

The TdxCustomDockControl class has two direct descendants. These are the TdxDockPanel control, representing docking panels, and the TdxCustomDockSite class. The latter represents a common ancestor for all dock sites.

See Also