Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutDockSite.SiblingDockControl Property

Returns the layout site’s neighboring dock control.

#Declaration

Delphi
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