menu

Blazor

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

    Show / Hide Table of Contents

    Class StepperStatus

    Specifies the status of a step within the SfStepper component.

    Inheritance
    System.Object
    StepperStatus
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class StepperStatus : Enum

    Fields

    Completed

    Represents a step that has been completed.

    Declaration
    public const StepperStatus Completed
    Field Value
    Type
    StepperStatus

    InProgress

    Represents a step that is currently in progress.

    Declaration
    public const StepperStatus InProgress
    Field Value
    Type
    StepperStatus

    NotStarted

    Represents a step that has not yet been started.

    Declaration
    public const StepperStatus NotStarted
    Field Value
    Type
    StepperStatus
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved