menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TabSwipeMode

    Enables or disables the tab swiping action through Touch and Mouse.

    • Both: Enables swiping for both touch and mouse input.
    • Touch: Enables swiping only for touch input.
    • Mouse: Enables swiping only for mouse input.
    • None: Disables swiping for both touch and mouse input.
    Inheritance
    System.Object
    TabSwipeMode
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TabSwipeMode : Enum

    Fields

    Both

    Declaration
    public const TabSwipeMode Both
    Field Value
    Type
    TabSwipeMode

    Mouse

    Declaration
    public const TabSwipeMode Mouse
    Field Value
    Type
    TabSwipeMode

    None

    Declaration
    public const TabSwipeMode None
    Field Value
    Type
    TabSwipeMode

    Touch

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