menu

Blazor

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

    Show / Hide Table of Contents

    Class TabSwipeMode

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

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

    The slide swiping is enabled or disabled using bitwise operators. The swiping is disabled using '~' bitwise operator.

    Examples
    <SfTab SwipeMode="TabSwipeMode.Touch & TabSwipeMode.Mouse">
    </SfTab>

    Fields

    Mouse

    Enables or disables swiping through Mouse.

    Declaration
    public const TabSwipeMode Mouse
    Field Value
    Type
    TabSwipeMode

    Touch

    Enables or disables Touch swiping.

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