ASP.NET Pack Programmer's Guide
MonthSettings.DayOfWeekFormat Property
See Also
 





Gets or sets the format of the day names displayed in the week header.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DayOfWeekFormat DayOfWeekFormat { get; set; }

Visual Basic  Copy Code

Public Property DayOfWeekFormat As DayOfWeekFormat

 Property Value

One of the DayOfWeekFormat enumeration values specifying the format of day names in the week header. Default value is DayOfWeekFormat.Abbreviated.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace