WeekViewDayHeaderFormat Property
In This Topic
Gets or sets the
System.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.
Syntax
'Declaration
<C1CategoryAttribute("Calendar")>
<C1DescriptionAttribute("C1Scheduler.WeekViewDayHeaderFormat", "Gets or sets format string used to display day header in a Week view.")>
<DefaultValueAttribute("D")>
Public Property WeekViewDayHeaderFormat As String
[C1Category("Calendar")]
[C1Description("C1Scheduler.WeekViewDayHeaderFormat", "Gets or sets format string used to display day header in a Week view.")]
[DefaultValue("D")]
public string WeekViewDayHeaderFormat {get; set;}
See Also