menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface ICalendar

    ICalendar interface.

    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public interface ICalendar

    Methods

    AddDatesInPast()

    Adds the dates in past.

    Declaration
    void AddDatesInPast()

    AddDatesInPast(Object)

    Adds the dates in past.

    Declaration
    void AddDatesInPast(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Object.

    CollapseInlineView(DateTime)

    Collapses the inline view.

    Declaration
    void CollapseInlineView(DateTime date)
    Parameters
    Type Name Description
    System.DateTime date

    Date.

    CollapseInlineView(DateTime, Object)

    Collapses the inline view.

    Declaration
    void CollapseInlineView(DateTime date, object obj)
    Parameters
    Type Name Description
    System.DateTime date

    Date.

    System.Object obj

    Object.

    ExpandInlineView(DateTime)

    Expands the inline view.

    Declaration
    void ExpandInlineView(DateTime date)
    Parameters
    Type Name Description
    System.DateTime date

    Date.

    ExpandInlineView(DateTime, Object)

    Expands the inline view.

    Declaration
    void ExpandInlineView(DateTime date, object obj)
    Parameters
    Type Name Description
    System.DateTime date

    Date.

    System.Object obj

    Object.

    MoveToDate(DateTime)

    Moves to date.

    Declaration
    void MoveToDate(DateTime date)
    Parameters
    Type Name Description
    System.DateTime date

    Date.

    MoveToDate(DateTime, Object)

    Moves to date.

    Declaration
    void MoveToDate(DateTime date, object obj)
    Parameters
    Type Name Description
    System.DateTime date

    Date.

    System.Object obj

    Object.

    Refresh()

    Refreshing the calendar data.

    Declaration
    void Refresh()

    Refresh(Object)

    Refreshing the calendar data.

    Declaration
    void Refresh(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Object.

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