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


In This Topic
    CalendarViewMode Enumeration
    In This Topic
    Specifies constants that define the different views.
    Syntax
    'Declaration
     
    
    Public Enum CalendarViewMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarViewMode
    public enum CalendarViewMode : System.Enum 
    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