alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum CarouselSwipeMode

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

    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    [Flags]
    public enum CarouselSwipeMode
    Remarks

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

    Examples
    <SfCarousel SwipeMode="CarouselSwipeMode.Touch & CarouselSwipeMode.Mouse"> 
    </SfCarousel>

    Fields

    Name Description
    Mouse

    Enables or disables the slide swiping through Mouse.

    Touch

    Enables or disables the Touch swiping.

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