Gets or sets the format of the calendar's title.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public string TitleFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property TitleFormat As String |
A string that represents the format. Default value is "dd MMMM".
The format specifiers that can be used in the format string are listed in the MSDN's DateTimeFormatInfo class topic.