menu

Blazor

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

    Show / Hide Table of Contents

    Class StepperClickedEventArgs

    Represents the event arguments for the Stepper's step click event.

    Inheritance
    System.Object
    StepperClickedEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StepperClickedEventArgs : Object

    Constructors

    StepperClickedEventArgs()

    Declaration
    public StepperClickedEventArgs()

    Properties

    ActiveStep

    Gets the index of the active step.

    Declaration
    public int ActiveStep { get; set; }
    Property Value
    Type Description
    System.Int32

    It represents the active step index, otherwise the default index value 0.

    PreviousStep

    Gets the index of the previous step.

    Declaration
    public int PreviousStep { get; set; }
    Property Value
    Type Description
    System.Int32

    It represents the previous step index, otherwise the default index value 0.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved