Skip to main content

TdxDockingManager.DefaultVertContainerSiteProperties Property

Specifies the default settings for vertical side containers.

Declaration

property DefaultVertContainerSiteProperties: TdxSideContainerDockSiteProperties read; write;

Property Value

Type
TdxSideContainerDockSiteProperties

Remarks

If a dock control is successfully docked to the top or bottom edge of a dock panel or a tab container, a vertical side container is created. The created container becomes the parent for the docked control and the target control. In other words, two controls are united by the side container.

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

Note

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

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

See Also