Determines the default week view layout, either Horiontal or Vertical.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum DefaultWeekViewLayout
Visual Basic
Public Enumeration DefaultWeekViewLayout

Members

Member nameDescription
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.

See Also