Skip to main content

TdxLayoutDockSite.SiblingDockControl Property

Returns the layout site’s neighboring dock control.

Declaration

property SiblingDockControl: TdxCustomDockControl read;

Property Value

Type
TdxCustomDockControl

Remarks

When a control is docked to a dock site or layout site, the target site becomes its parent. Also, a layout site is created to fill the area of the parent not occupied by the dock control. This layout site also becomes the child of the target site. Thus, each layout site corresponds to a dock control. This dock control can be accessed via the layout site’s SiblingDockControl property.

You can also access a dock control’s neighboring layout site, if needed. Use the LayoutDockSite property of the desired dock control for this purpose.

See Also