Determines the type of view to display in the C1Schedule control.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public enum ScheduleViewEnum |
Visual Basic |
---|
Public Enumeration ScheduleViewEnum |
Members
Member name | Description | |
---|---|---|
DayView | Day view. | |
WeekViewWorkWeek | Work week view. | |
WeekViewWeekVertical | Full week view with days displayed as work week view. | |
WeekViewWeekHorizontal | Full week view with days displayed as month view. | |
MonthView | Month view. |