Class WizardStepperSettings
The class for the wizard stepper settings component.
Inheritance
System.Object
WizardStepperSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class WizardStepperSettings : ComponentBase, IWizardStepperSettings
Constructors
WizardStepperSettings()
Declaration
public WizardStepperSettings()
Properties
Linear
Specifies whether the stepper has linear flow.
Declaration
public bool Linear { get; set; }
Property Value
System.Boolean
|
StepType
Specifies the step type of the component.
Declaration
public StepperStepType StepType { get; set; }
Property Value
StepperStepType
|
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
OnParametersSet()
Declaration
protected override void OnParametersSet()
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|