Gets or sets the String value determining format
used to display month name in a day header of a Month view.
The default value is 'MMMM'.
This is a dependency property.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("MMMM")] public string MonthViewDayHeaderMonthFormat { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute("MMMM")> _ Public Property MonthViewDayHeaderMonthFormat As String Get Set |