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

Gets or sets the text direction, according to which tabbed panels’ header strings are drawn.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(VerticalTextOrientation.Default)]
[XtraSerializableProperty]
public VerticalTextOrientation TabbedPanelVerticalTextOrientation { get; set; }

#Property Value

Type Default Description
DevExpress.XtraBars.Docking.VerticalTextOrientation Default

A DevExpress.XtraBars.Docking.VerticalTextOrientation enumerator value that specifies the text direction, according to which tabbed panels’ header strings are drawn.

#Property Paths

You can access this nested property as listed below:

Object Type Path to TabbedPanelVerticalTextOrientation
DockManager
.DockingOptions .TabbedPanelVerticalTextOrientation

#Remarks

When panels are docked as tabs, you can choose where tab headers are shown by modifying the DockPanel.TabsPosition property value. If tab headers are oriented vertically, use the TabbedPanelVerticalTextOrientation property to specify header caption direction: top-to-bottom (default behavior) or bottom-to-top. The figure below illustrates both options.

DockingOptions - Vert Panel Text Orientation

See Also