Specifies whether to show a full week in Week view, or only the work week (Monday to Friday).

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum WeekViewMode
Visual Basic (Declaration)
Public Enumeration WeekViewMode

Members

Member nameDescription
WorkWeek
Show only the work week (Monday to Friday).
FullWeek
Show the full week.

See Also