Class NavigationDirection
The direction that SfCalendar is navigating in. If this property set as Vertical the SfCalendar will navigate to the previous/next views in the vertical direction instead of the horizontal direction. Defaults to Horizontal.
Inheritance
System.Object
NavigationDirection
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class NavigationDirection : Enum
Fields
Horizontal
Navigates horizontally.
Declaration
public const NavigationDirection Horizontal
Field Value
Type |
---|
NavigationDirection |
Vertical
Navigates vertically.
Declaration
public const NavigationDirection Vertical
Field Value
Type |
---|
NavigationDirection |