Interface ICalendarDirection
Calendar direction.
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public interface ICalendarDirection
Methods
Backward()
Month has been moved backward dynamically without any gesture.
Declaration
void Backward()
Backward(Object)
Month has been moved backward dynamically without any gesture.
Declaration
void Backward(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object. |
Forward()
Month has been moved forward dynamically without any gesture.
Declaration
void Forward()
Forward(Object)
Month has been moved forward dynamically without any gesture.
Declaration
void Forward(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object. |