menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepperType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved