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

TdxCustomDockControl.ParentDockControl Property

Returns the immediate parent of the dock control.

#Declaration

Delphi
property ParentDockControl: TdxCustomDockControl read;

#Property Value

Type
TdxCustomDockControl

#Remarks

Use the ParentDockControl to access the immediate parent of the dock control. If the control is not owned by a container, its immediate parent can be a dock site, a float site or a layout site. Otherwise, the container is the immediate parent for the control.

If you need to access the top most parent of the dock control, use the TopMostDockControl property.

Child controls of a dock control can be accessed using the Children property. The number of children is returned by the ChildCount property.

See Also