menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICalendarDirection - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

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