alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum TabSwipeMode

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

    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [Flags]
    public enum TabSwipeMode
    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

    Name Description
    Mouse

    Enables or disables swiping through Mouse.

    Touch

    Enables or disables Touch swiping.

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