TdxCustomDockControlProperties.AllowDock Property
Specifies the default value of the AllowDock property of dynamically created dock controls.
Declaration
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