ComponentOne ASP.NET MVC Controls
FormatMonths Property

C1.Web.Mvc Namespace > Calendar Class : FormatMonths Property
Gets or sets the format used to display the months in year view.
Syntax
'Declaration
 
<DefaultValueAttribute("MMM")>
Public Property FormatMonths As String
[DefaultValue("MMM")]
public string FormatMonths {get; set;}
Remarks
The default value for this property is 'MMM'.
See Also

Reference

Calendar Class
Calendar Members