Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / WeekTabStyle Enumeration

In This Topic
    WeekTabStyle Enumeration
    In This Topic
    Determines appearance of week tabs in the Month view.
    Syntax
    'Declaration
     
    Public Enum WeekTabStyle 
       Inherits System.Enum
    public enum WeekTabStyle : System.Enum 
    Members
    MemberDescription
    Office2007Week tabs of Office2007 appearance.
    Office2016Week tabs of Office2016 appearance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Schedule.WeekTabStyle

    See Also