Gets or sets the String value determining the format string
used to display the day header in a Week view. The default value is 'D'.
This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("D")] public string WeekViewDayHeaderFormat { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("D")> _ Public Property WeekViewDayHeaderFormat As String Get Set |
Remarks
The default value for this property is 'D'.
This is a dependency property.