New to Kendo UI for Angular? Start a free 30-day trial
StepperOrientation
Specifies the orientation of the Stepper (see example).
Use horizontal
to display steps in a row or vertical
to display steps in a column.
type
StepperOrientation = "horizontal" | "vertical";