vcl-dxdockcontrol-dot-tdxdockingmanager-d4eb46b7.md
Specifies whether dynamically created dock controls use default settings provided by the docking manager.
property UseDefaultSitesProperties: Boolean read; write; default True;
| Type | Default |
|---|---|
| Boolean | True |
If the UseDefaultSitesProperties property is set to True , dock controls created at runtime use settings provided by the docking manager to initialize themselves. The table below shows the list of properties that provide the default settings for dock controls.
If the UseDefaultSitesProperties property value is False , dynamically created dock controls initialize their properties to default values. Settings specified by the properties in the above table are ignored.
See Also
TdxDockingManager.DefaultFloatSiteProperties
TdxDockingManager.DefaultHorizContainerSiteProperties
TdxDockingManager.DefaultLayoutSiteProperties
TdxDockingManager.DefaultTabContainerSiteProperties