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