menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StepType

    Defines whether steps are display with only indicator, only labels or combination of both.

    Inheritance
    System.Object
    StepType
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class StepType : Enum

    Fields

    Default

    Steps are shown indicator with label defined.

    Declaration
    public const StepType Default
    Field Value
    Type
    StepType

    Indicator

    Steps are shown with only indicator.

    Declaration
    public const StepType Indicator
    Field Value
    Type
    StepType

    Label

    Steps are shown with only label.

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