Gets or sets the String value determining format used to display day name in a day header of a Month 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 MonthViewDayHeaderDayFormat { get; set; }
Visual Basic
<DefaultValueAttribute("%d")> _
Public Property MonthViewDayHeaderDayFormat As String
	Get
	Set

See Also