Skip to main content
All docs
V25.1
  • StepProgressBar.Orientation Property

    Allows you to choose between vertical and horizontal control orientation.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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