ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / FormatMonths Property

In This Topic
    FormatMonths Property
    In This Topic
    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