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

Returns the owning side container.

#Declaration

Delphi
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