Class StepperStepType
Specifies the step type of the component.
Inheritance
System.Object
StepperStepType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class StepperStepType : Enum
Fields
Labels
Stepper renders only labels.
Declaration
public const StepperStepType Labels
Field Value
StepperStepType
|
Steps
Stepper renders both indicators and labels.
Declaration
public const StepperStepType Steps
Field Value
StepperStepType
|
value__
Declaration
public int value__
Field Value
System.Int32
|