C1.Web.Mvc Namespace / Calendar Class / FormatYearMonth Property

In This Topic
FormatYearMonth Property
In This Topic
Gets or sets the format used to display the month and year above the calendar in month view.
Syntax
'Declaration
 
<DefaultValueAttribute("y")>
Public Property FormatYearMonth As String
 
Remarks
The default value for this property is 'y'.
See Also