C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / CalendarViewMode Enumeration


CalendarViewMode Enumeration
Specifies constants that define the different views.
Syntax
'Declaration
 
Public Enum CalendarViewMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalendarViewMode
Members
MemberDescription
DecadeDisplays the years of the decade.
MonthDisplays the days of the month.
YearDisplays the months of the year.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Calendar.CalendarViewMode

See Also