Back to Devexpress

TdxDockingController.DefaultLayoutSiteProperties(TCustomForm) Method

vcl-dxdockcontrol-dot-tdxdockingcontroller-dot-defaultlayoutsiteproperties-x28-vcl-dot-forms-dot-tcustomform-x29.md

latest1.2 KB
Original Source

TdxDockingController.DefaultLayoutSiteProperties(TCustomForm) Method

Returns the default settings for layout sites.

Declaration

delphi
function DefaultLayoutSiteProperties(AForm: TCustomForm): TdxLayoutDockSiteProperties;

Parameters

NameType
AFormTCustomForm

Returns

Type
TdxLayoutDockSiteProperties

Remarks

This method’s return value is used for dock controls that reside on the form specified by the AForm parameter. The method first tries to find the docking manager that provides settings for controls residing on the form specified. If the manager exists, its DefaultLayoutSiteProperties property value is returned. Otherwise, the method returns a TdxLayoutDockSiteProperties object with the default settings.

See Also

TdxDockingController Class

TdxDockingController Members

dxDockControl Unit