Skip to main content
A newer version of this page is available. .

StepProgressBar.Orientation Property

Allows you to choose between vertical and horizontal control orientation.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(Orientation.Horizontal)]
[DXCategory("Layout")]
public Orientation Orientation { get; set; }

Property Value

Type Default Description
Orientation **Horizontal**

The control orientation mode.

See Also