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.TopMostDockControl Property

Returns the topmost parent for the dock control.

#Declaration

Delphi
property TopMostDockControl: TdxCustomDockControl read;

#Property Value

Type
TdxCustomDockControl

#Remarks

Use the TopMostDockControl property to obtain the topmost parent of the dock control. If a dock control is not floating, the owning dock site is returned. Otherwise, the property returns the owning float site. For dock sites and float sites, the TopMostDockControl property returns nil.

If you need to access the immediate parent of a dock control, read its ParentDockControl property value.

See Also