New toTelerik UI for Blazor?Download free 30-day trial

Stepper Orientation

You can customize the stepper orientation through theOrientationparameter theTelerikStepperexposes. It takes a member of theTelerik.Blazor.Enums.StepperOrientationenum:

Horizontal Stepper

Sincehorizontalis the default value for the StepperOrientationparameter, you don't need to explicitly define it.

Horizontal Stepper. The result from the snippet below.

Horizontal Stepper

@* Stepper with horizontal orientation *@ 

垂直Stepper

Set theOrientationparameter of the Stepper toverticalto change its default orioentation.

垂直Stepper. The result from the snippet below.

Simple Stepper

@* Stepper with vertical orientation *@       

See Also

In this article
Baidu
map