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

    Allows you to choose between vertical and horizontal control orientation.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    Orientation Horizontal

    The control orientation mode.

    See Also