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

TdxCustomDockControlProperties.AllowDock Property

Specifies the default value of the AllowDock property of dynamically created dock controls.

#Declaration

Delphi
property AllowDock: TdxDockingTypes read; write; default dxDockingDefaultDockingTypes;

#Property Value

Type Default
TdxDockingTypes dxDockingDefaultDockingTypes

#Remarks

Use the AllowDock property to set the default value for the AllowDock property of dock controls created dynamically. Please refer to the dock control’s AllowDock property description for details on the functionality it provides.

See Also