ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / ViewType Enumeration

In This Topic
    ViewType Enumeration
    In This Topic
    Enumeration that determines the initial view type of Calendar.
    Syntax
    'Declaration
     
    Public Enum ViewType 
       Inherits System.Enum
    public enum ViewType : System.Enum 
    Members
    MemberDescription
    DayDisplays the days in Calendar.
    DecadeDisplays the decades in Calendar.
    MonthDisplays the months in Calendar.
    YearDisplays the years in Calendar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Calendar.ViewType

    See Also