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