MonthViewHeaderFormat Property (C1Scheduler)
In This Topic
Gets or sets the
System.String value determining format used to display day names in a Month view header. The default value is 'dddd'. This is a dependency property.
Syntax
'Declaration
Public Property MonthViewHeaderFormat As String
public string MonthViewHeaderFormat {get; set;}
See Also