Specifies the appearance of the time period header in WeekRange view.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public enum WeekRangeHeaderStyle |
Visual Basic
Copy Code
|
|---|
Public Enum WeekRangeHeaderStyle |
Members| Member name | Description | |
|---|---|---|
![]() |
None |
There isn't a header displayed. |
![]() |
Reference |
The header displays the name of the associated contact, location or task. This flag is valid only if grouping is enabled. |
![]() |
Title |
The header displays the start and end dates specified in the WeekRangeSettings object. |
See Also