ComponentOne Scheduler for WinForms
WeekTabFormat Enumeration

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace : WeekTabFormat Enumeration
Determines the content of week tabs in the C1Schedule month view.
Syntax
'Declaration
 
Public Enum WeekTabFormat 
   Inherits System.Enum
public enum WeekTabFormat : System.Enum 
Members
MemberDescription
FloatingUse long or short date pattern depending on the available space.
ShortAlways show date range using short date pattern.
WeekNumberDisplay the week of the year number.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1Schedule Namespace