Class YearViewMode
The year view mode contains different type of view modes for year view in calendar such as month and date.
Inheritance
System.Object
YearViewMode
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class YearViewMode : Enum
Fields
Date
This displays date text for year view, by default current year will be displayed on loading.
Declaration
public const YearViewMode Date
Field Value
Type |
---|
YearViewMode |
Month
This displays month text for year view, by default current year will be displayed on loading.
Declaration
public const YearViewMode Month
Field Value
Type |
---|
YearViewMode |