Enum 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.
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.AspNetMvc.Navigations.dll
Syntax
public enum TabSwipeMode
Fields
| Name |
|---|
| Both |
| Mouse |
| None |
| Touch |