Gets or sets a value indicating whether the day names are displayed in the header area of the WeekRange view.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public bool ShowDayOfWeek { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowDayOfWeek As Boolean |
true to display the day names; otherwise, false.
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.
The day names are obtained from the DateTimeFormat property of the Calendar class, if it isn't a null reference (Nothing in Visual Basic), or from the corresponding DateTimeFormat property of the CultureInfo object assigned to calendar's Culture.