ComponentOne Scheduler for WPF and Silverlight
ViewType Enumeration

C1.WPF.Schedule Namespace : ViewType Enumeration
Determine 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.
TimeLineTime Line.
WeekWeek.
WorkingWeekWorking Week.
Inheritance Hierarchy

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

See Also

Reference

C1.WPF.Schedule Namespace