DayViewDayHeaderFormat Property (C1Scheduler)
In This Topic
Gets or sets the
System.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.
Syntax
'Declaration
Public Property DayViewDayHeaderFormat As String
public string DayViewDayHeaderFormat {get; set;}
See Also