Gets or sets the String value determining the format string used to display the day header in a Week view. The default value is 'D'. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute("D")]
public string WeekViewDayHeaderFormat { get; set; }
Visual Basic
<DefaultValueAttribute("D")> _
Public Property WeekViewDayHeaderFormat As String
	Get
	Set

See Also