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

Returns the owning tab container control.

#Declaration

Delphi
property TabContainer: TdxTabContainerDockSite read;

#Property Value

Type
TdxTabContainerDockSite

#Remarks

Use the TabContainer property to access the tab container that owns this dock control. Note that if the immediate parent of the dock control is not a tab container, the property returns nil.

If you are not sure whether the control is within a container or don’t know its type, use the Container property. If you need to access the owning side container, use the SideContainer property.

See Also