ClassWizardStepperSettings
Class
The class for the wizard stepper settings component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class WizardStepperSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseWizardStepperSettings
Implements:
Inherited Members
Constructors
WizardStepperSettings()
Declaration
cs-api-definition
public WizardStepperSettings()
Properties
Linear
Specifies whether the stepper has linear flow.
StepType
Specifies the step type of the component.
Declaration
cs-api-definition
[Parameter]
public StepperStepType StepType { get; set; }
Property Value
Methods
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides