WeekViewDayHeaderFormat Property (C1Scheduler)
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
Public Property WeekViewDayHeaderFormat As String
public string WeekViewDayHeaderFormat {get; set;}
See Also