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

In This Topic
    FormatDays Property (Calendar)
    In This Topic
    Gets or sets the format used to display the days in month view.
    Syntax
    'Declaration
     
    Public Property FormatDays As String
    public string FormatDays {get; set;}
    Remarks
    The default value for this property is 'd ' (the space after the 'd' prevents the format from being interpreted as 'd', the standard format used to represent the short date pattern).
    See Also