Class StepperType
Specifies the type of display for steps in the SfStepper component.
Inheritance
System.Object
StepperType
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class StepperType : Enum
Fields
Default
Displays both step indicators and labels.
Declaration
public const StepperType Default
Field Value
Type |
---|
StepperType |
Indicator
Displays only step indicators.
Declaration
public const StepperType Indicator
Field Value
Type |
---|
StepperType |
Label
Displays only step labels.
Declaration
public const StepperType Label
Field Value
Type |
---|
StepperType |