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

In This Topic
    FormatMonths Property (Calendar)
    In This Topic
    Gets or sets the format used to display the months in year view.
    Syntax
    'Declaration
     
    Public Property FormatMonths As String
    public string FormatMonths {get; set;}
    Remarks
    The default value for this property is 'MMM'.
    See Also