Specifies whether to show a full week in Week view, or only the work
week (Monday to Friday).
Namespace:
Mindscape.WpfElementsAssembly: 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 name | Description | |
|---|---|---|
| WorkWeek |
Show only the work week (Monday to Friday).
| |
| FullWeek |
Show the full week.
|