Skip to main content

TdxCustomDockControl.TabContainer Property

Returns the owning tab container control.

Declaration

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