Skip to main content
A newer version of this page is available. .

TdxLayoutDockSiteProperties Class

Provides the default settings for layout sites.

Declaration

TdxLayoutDockSiteProperties = class(
    TdxCustomDockControlProperties
)

Remarks

The docking manager’s DefaultLayoutSiteProperties property holds a TdxLayoutDockSiteProperties object and this provides default values for dynamically created layout sites.

The TdxLayoutDockSiteProperties class simply publishes properties, as its functionality is implemented by its ancestor, the TdxCustomDockControlProperties class.

Inheritance

See Also