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

TdxDockingManager.UseDefaultSitesProperties Property

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

#Declaration

Delphi
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