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

OptionsMinimizing.VerticalTextOrientation Property

Gets or sets whether element captions in the collapsed accordion state are oriented from top to bottom (default) or inversely.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
DevExpress.XtraBars.Docking.VerticalTextOrientation Default

A DevExpress.XtraBars.Docking.VerticalTextOrientation enumeration value, such as TopToBottom or BottomToTop, that specifies how captions are oriented vertically.

#Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalTextOrientation
AccordionControl
.OptionsMinimizing .VerticalTextOrientation

#Remarks

When the accordion control is minimized (see OptionsMinimizing.State), element captions (see AccordionControlElementBase.Text, AccordionControl.CustomElementText) are oriented from top to bottom by default. Set the VerticalTextOrientation property to BottomToTop to orient captions inversely.

See Also