Skip to main content

TdxDockingManager.DefaultLayoutSiteProperties Property

Specifies the default settings for layout sites.

Declaration

property DefaultLayoutSiteProperties: TdxLayoutDockSiteProperties read; write;

Property Value

Type
TdxLayoutDockSiteProperties

Remarks

When docking a control to an edge of a dock site, a layout site is created. This site occupies the area of the dock site that is not occupied by the docked control. You can also a dock control to the edge of a layout site. This results in creating a further layout site to occupy the remaining empty space.

Default settings of layout sites are provided by the DefaultLayoutSiteProperties property. Each time a layout site is created, these settings are used to initialize the site’s properties. Thus, the DefaultLayoutSiteProperties property can be used if you need layout sites to be created with custom settings.

Note

changing the settings of the DefaultLayoutSiteProperties property doesn’t affect existing layout sites. The specified settings are applied to layout sites created subsequently.

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

See Also