New to Telerik UI for BlazorStart a free 30-day trial

Configures the stepper behavior and appearance within a TelerikWizard. Set linear flow via Linear (restricts navigation to adjacent steps) and choose visualization with StepperStepType through StepType (labels or steps). Apply inside WizardSettings.

Definition

Constructors

C#
public WizardStepperSettings()

Methods

C#
protected override Task OnInitializedAsync()
Returns:

Task

Overrides: ComponentBase.OnInitializedAsync()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public override Task SetParametersAsync(ParameterView parameters)
Parameters:parametersParameterViewReturns:

Task

Overrides: ComponentBase.SetParametersAsync(ParameterView)

Properties

Specifies whether the stepper has linear flow.

C#
[Parameter]
public bool Linear { get; set; }

Specifies the step type of the component.

C#
[Parameter]
public StepperStepType StepType { get; set; }