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

DockingOptions.DockPanelInTabContainerTabRegion Property

Gets or sets whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(DockPanelInTabContainerTabRegion.DockImmediately)]
[XtraSerializableProperty]
public virtual DockPanelInTabContainerTabRegion DockPanelInTabContainerTabRegion { get; set; }

#Property Value

Type Default Description
DevExpress.XtraBars.Docking.Helpers.DockPanelInTabContainerTabRegion DockImmediately

The DockPanelInTabContainerTabRegion value that specifies whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped.

#Property Paths

You can access this nested property as listed below:

Object Type Path to DockPanelInTabContainerTabRegion
DockManager
.DockingOptions .DockPanelInTabContainerTabRegion

#Remarks

If the DockPanelInTabContainerTabRegion property is set to DockPanelInTabContainerTabRegion.DockImmediately, the dock panel is immediately docked into the tab container while dragging over the tab region. If the DockPanelInTabContainerTabRegion property is set to HighlightDockPosition, the required dock position is highlighted when the panel is dragged over the tab region and the panel is docked when it is dropped.

The following image shows the highlighted dock position when the panel is dragged over the tab region.

DockManager_DockPanelInTabContainerTabRegion

See Also