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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class WizardStepperSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseWizardStepperSettings
Implements:
Inherited Members
Constructors
C#
public WizardStepperSettings()
Methods
C#
protected override void OnParametersSet()
Overrides:
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
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; }