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

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

#Declaration

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

#Property Value

Type Default
TdxDockingTypes dxDockingDefaultDockingTypes

#Remarks

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

See Also