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

TdxTabContainerTabZone Constructors

Available for tab containers only.

Docking Functionality

Controls dropped onto the zone are added to the tab container. The position of the docked control within the container is determined by the position of the tab where the zone resides.

Resizing Functionality

Not available.

Position

Occupies the area of a specific tab.

Name Description
Create(TdxCustomDockControl,Integer,TdxZoneKind) Creates a new zone. Inherited from TdxZone.
Create(TdxCustomDockControl,Integer) Initializes a new instance of the TdxClientZone class with specified settings. Inherited from TdxClientZone.
Create(TdxTabContainerDockSite,Integer) Initializes a new instance of the TdxTabContainerTabZone class with specified settings.
Create(TdxTabContainerDockSite) Initializes a new instance of the TdxTabContainerZone class with specified settings. Inherited from TdxTabContainerZone.
See Also