menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class StepLabelPosition

    Defines the label position in the Stepper.

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

    Fields

    Bottom

    Displays the label on bottom position regardless of the Stepper's orientation.

    Declaration
    public const StepLabelPosition Bottom
    Field Value
    Type
    StepLabelPosition

    End

    Displays the label on right side regardless of the Stepper's orientation.

    Declaration
    public const StepLabelPosition End
    Field Value
    Type
    StepLabelPosition

    Start

    Displays the label on left side regardless of the Stepper's orientation.

    Declaration
    public const StepLabelPosition Start
    Field Value
    Type
    StepLabelPosition

    Top

    Displays the label on top position regardless of the Stepper's orientation.

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