Skip to main content

TdxDockingManager.DefaultHorizContainerSiteProperties Property

Specifies the default settings for horizontal side containers.

Declaration

property DefaultHorizContainerSiteProperties: TdxSideContainerDockSiteProperties read; write;

Property Value

Type
TdxSideContainerDockSiteProperties

Remarks

If a dock control is successfully docked to the left or right edge of a dock panel or a tab container, a horizontal side container is created. The container created becomes the parent for the docked control and the target control.

Default settings of horizontal side containers are provided by the DefaultHorizContainerSiteProperties property. Each time a horizontal side container is created, these settings are used to initialize the container’s properties. Thus, the DefaultHorizContainerSiteProperties property can be used if you need horizontal side containers to be created with custom settings.

Note

changing the settings of the DefaultHorizContainerSiteProperties property doesn’t affect existing horizontal side containers. The specified settings are applied to horizontal side containers created subsequently.

You can disable the DefaultHorizContainerSiteProperties property functionality by setting the UseDefaultSitesProperties property to False.

See Also