Back to Devexpress

TdxFloatDockSite.Child Property

vcl-dxdockcontrol-dot-tdxfloatdocksite.md

latest1.6 KB
Original Source

TdxFloatDockSite.Child Property

Returns the dock control residing in the float site.

Declaration

delphi
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

TdxCustomDockControl.ChildCount

TdxCustomDockControl.Children

TdxCustomDockControl.FloatDockSite

TdxCustomDockControl.FloatForm

TdxFloatDockSite Class

TdxFloatDockSite Members

dxDockControl Unit