Version

DayOfWeekDisplayStyle Enumeration

Determines the display style used for the MultiMonth's DayOfWeek Header area.
Syntax
'Declaration
 
Public Enum DayOfWeekDisplayStyle 
   Inherits System.Enum
public enum DayOfWeekDisplayStyle : System.Enum 
Members
MemberDescription
AllMonthsThe Day Of Week Headers display above each month.
FirstRowThe Day of Week Headers display above the top most row of months only.
NoneThe Day of Week headers will not be displayed above any month.
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