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

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