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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TabSwipeMode : Enum
Fields
Both
Declaration
public const TabSwipeMode Both
Field Value
Mouse
Declaration
public const TabSwipeMode Mouse
Field Value
None
Declaration
public const TabSwipeMode None
Field Value
Touch
Declaration
public const TabSwipeMode Touch
Field Value