ComponentOne Xamarin.iOS
CalendarViewMode Enumeration


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace : CalendarViewMode Enumeration
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
Decade Displays the years of the decade.
Month Displays the days of the month.
Year Displays the months of the year.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.iOS.Calendar.CalendarViewMode

See Also

Reference

C1.iOS.Calendar Namespace