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

Bar.RotateWhenVertical Property

Gets or sets whether the captions of the bar’s links are rotated when the bar is vertically docked. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public bool RotateWhenVertical { get; set; }

#Property Value

Type Description
Boolean

true if the captions of the bar’s links are rotated when the bar is vertically docked; otherwise, false.

#Remarks

If the RotateWhenVertical property is set to true, the captions of the bar’s links are vertically oriented when the bar is displayed within the bar container that is docked to the left or right of the window (BarContainerControl.ContainerType is set to Left or Right). Otherwise, the captions are horizontally oriented.

See Also