TdxCustomDockControl.SideContainer Property
Returns the owning side container.
Declaration
property SideContainer: TdxSideContainerDockSite read;
Property Value
Type |
---|
TdxSideContainerDockSite |
Remarks
The SideContainer property returns an object (i.e. value not nil) in the following cases:
The immediate parent (the ParentDockControl property) of the dock control is a side container;
The immediate parent of the dock control is a tab container, whose parent is a side container.
In these cases, the SideContainer property returns the side container found.
You can also access the owning tab container by reading the TabContainer property value. If you are not sure whether the owner is a container or don’t know its type, use the Container property.
See Also