Version

DayOfWeekHeaderFormat Property

Determines how the Day of Week headers will display their captions.
Syntax
'Declaration
 
Public Property DayOfWeekHeaderFormat As DayNameFormat
public DayNameFormat DayOfWeekHeaderFormat {get; set;}
Remarks

This property uses the DayNamesFormat enumeration from System.Web.UI.WebControls, which includes the following options:

  • Monday
  • Mon
  • Mo
  • M

The default names of the day of week headers are in Short, or abbreviated form. They are based on the CultureInfo specified on the control, if set, otherwise they fallback to using the CultureInfo defined on the web server by default.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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