Class YearViewMode
This is an Enum It provides a two types of views to display the month and date view in Year view of calendar.
Inheritance
System.Object
YearViewMode
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public sealed class YearViewMode : Enum
Fields
Date
Displays the dates of calendar in year visual representation.
Declaration
public const YearViewMode Date
Field Value
Type |
---|
YearViewMode |
Month
Displays the dates are in month visual representation. It is default mode,
Declaration
public const YearViewMode Month
Field Value
Type |
---|
YearViewMode |