Skip to main content

TdxCustomDockControlProperties.AllowDockClients Property

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

Declaration

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