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