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

TdxSideContainerDockSite Class

Serves as the base for side container sites.

#Declaration

Delphi
TdxSideContainerDockSite = class(
    TdxContainerDockSite
)

#Remarks

The TdxSideContainerDockSite class implements the common functionality of side containers. Being the direct descendant of the TdxContainerDockSite class, it inherits all features relating to docking operations, active child management, etc. The functionality introduced mainly relates to managing child controls when they are arranged one after another either horizontally or vertically.

Descendants of the TdxSideContainerDockSite class are the TdxVertContainerDockSite and TdxHorizContainerDockSite classes representing the vertical and horizontal side containers respectively.

Please refer to the Dock Controls Hierarchy for a complete inheritance diagram of dock controls.

See Also