Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / ViewType Enumeration

In This Topic
    ViewType Enumeration
    In This Topic
    Determines the view type which should be used in the C1Scheduler control.
    Syntax
    'Declaration
     
    
    Public Enum ViewType 
       Inherits System.Enum
    public enum ViewType : System.Enum 
    Members
    MemberDescription
    CustomCustom style.
    DayDay.
    MonthMonth.
    WeekWeek.
    WorkingWeekWorking Week.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Schedule.ViewType

    See Also