Class
WizardStepperSettings

The class for the wizard stepper settings component.

Definition

Constructors

WizardStepperSettings()

Declaration

cs-api-definition
public WizardStepperSettings()

Properties

Linear

Specifies whether the stepper has linear flow.

Declaration

cs-api-definition
[Parameter]
public bool Linear { get; set; }

Property Value

bool

StepType

Specifies the step type of the component.

Declaration

cs-api-definition
[Parameter]
public StepperStepType StepType { get; set; }

Property Value

StepperStepType

Methods

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()

SetParametersAsync(ParameterView)

Declaration

cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters

ParameterView

Returns

Task

Overrides ComponentBase.SetParametersAsync(ParameterView)