Represents the way to show or hide the work week view option in the view selection bar.

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

Syntax

C#
public enum WorkWeekOptionMode
Visual Basic
Public Enumeration WorkWeekOptionMode

Members

Member nameDescription
Disabled Work week will not be displayed in the view selection bar.
ShowAsButtonGroup Work week option will be displayed as a button.
ShowAsRadioButton Work week option will be displayed as a radio button.

See Also