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.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("MMMM")] public string MonthViewDayHeaderMonthFormat { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("MMMM")> _ Public Property MonthViewDayHeaderMonthFormat As String Get Set |
Remarks
The default value for this property is 'MMMM'.
This is a dependency property.