Skip to main content

TdxFloatDockSite.Child Property

Returns the dock control residing in the float site.

Declaration

property Child: TdxCustomDockControl read;

Property Value

Type
TdxCustomDockControl

Remarks

Float sites always have a single child dock control. This child control occupies the entire client area of the site. When docking other controls to the float site, they are actually docked to the site’s child control. As a result, either a tab container or a side container is created. The new container becomes the float site’s child.

The Child property can be used to obtain the float site’s child. Children of the dock control obtained can be accessed via its Children property.

See Also