menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFCalendarViewMode - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFCalendarViewMode

    This is an Enum It provides a two types of views to display the month and year view of calendar.

    Inheritance
    System.Object
    SFCalendarViewMode
    Namespace: Syncfusion.SfCalendar.iOS
    Assembly: Syncfusion.SfCalendar.iOS.dll
    Syntax
    public sealed class SFCalendarViewMode : Enum

    Fields

    SFCalendarViewModeCentury

    Displays the dates of calendar in Century view visual representation.

    Declaration
    public const SFCalendarViewMode SFCalendarViewModeCentury
    Field Value
    Type
    SFCalendarViewMode

    SFCalendarViewModeDecade

    Displays the dates of calendar in Decade view visual representation.

    Declaration
    public const SFCalendarViewMode SFCalendarViewModeDecade
    Field Value
    Type
    SFCalendarViewMode

    SFCalendarViewModeMonth

    Displays the dates are in month visual representation. It is default mode,

    Declaration
    public const SFCalendarViewMode SFCalendarViewModeMonth
    Field Value
    Type
    SFCalendarViewMode

    SFCalendarViewModeYear

    Displays the dates of calendar in year visual representation.

    Declaration
    public const SFCalendarViewMode SFCalendarViewModeYear
    Field Value
    Type
    SFCalendarViewMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved