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.Controller Property

Returns the docking controller that holds the common settings of dock controls and manages the dock operations.

#Declaration

Delphi
property Controller: TdxDockingController read;

#Property Value

Type
TdxDockingController

#Remarks

The TdxDockingController object available via the Controller property is used for the following purposes:

  • Central processing of dock operations;

  • Updating, saving and restoring the dock controls layout;

  • Storing common settings for all dock controls.

Most of settings stored by the docking controller can be accessed at design-time using the TdxDockingManager component. If you do not use the docking manager in your application, you can only access these settings via code using the Controller property.

Please refer to the TdxDockingController class description for details on how the docking controller can be used in your applications.

See Also