Determines the default week view layout, either Horiontal or Vertical.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public enum DefaultWeekViewLayout |
Visual Basic |
---|
Public Enumeration DefaultWeekViewLayout |
Members
Member name | Description | |
---|---|---|
None | No default value. Both options will be available in the view selection bar. | |
Horizontal | Week view will be always represented using the horizontal layout. | |
Vertical | Week view will be always represented using the vertical layout. |