MindFusion.Scheduling for Silverlight Programmer's Guide
MonthSettings.ShowDayOfWeek Property
See Also
 





Gets or sets a value indicating whether the day names are displayed in the month's header.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool ShowDayOfWeek { get; set; }

Visual Basic  Copy Code

Public Property ShowDayOfWeek As Boolean

 Property Value

true to display day names; otherwise, false.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

The day names are obtained from the DateTimeFormat property of the Calendar class, if it is not a null reference (Nothing in Visual Basic), or from the corresponding DateTimeFormat property of the .NET CultureInfo object assigned to calendar's Culture.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.Silverlight Namespace
SubHeaderHeight Property