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 |