Version

WeekHeaderDisplayStyle Enumeration

Enumeration which contains constants which determine how week headers are displayed by the UltraMonthViewSingle control.
Syntax
'Declaration
 
Public Enum WeekHeaderDisplayStyle 
   Inherits System.Enum
public enum WeekHeaderDisplayStyle : System.Enum 
Members
MemberDescription
DateRangeThe range of dates spanned by the week is displayed. The text is oriented vertically.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
NoneWeek headers are not displayed.
WeekNumberThe number of the week in its respective year is displayed, with the text oriented horizonatlly.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also