Skip to main content

TdxDockingManager.UseDefaultSitesProperties Property

Specifies whether dynamically created dock controls use default settings provided by the docking manager.

Declaration

property UseDefaultSitesProperties: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

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.

Property Dock control type
DefaultFloatSiteProperties Float site
DefaultHorizContainerSiteProperties Horizontal side container
DefaultLayoutSiteProperties Layout site
DefaultTabContainerSiteProperties Tab container
DefaultVertContainerSiteProperties Vertical side container

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