Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / GroupTabStyle Enumeration

In This Topic
    GroupTabStyle Enumeration
    In This Topic
    Determines appearance of group headers in the Week, Day and Month views of the C1Schedule control.
    Syntax
    'Declaration
     
    Public Enum GroupTabStyle 
       Inherits System.Enum
    public enum GroupTabStyle : System.Enum 
    Members
    MemberDescription
    FullWidthGroup headers of rectangular shape take the full width of the corresponding group.
    Office2007Group headers of Office2007 appearance.
    Office2016Group headers of Office2016 appearance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Schedule.GroupTabStyle

    See Also