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

In This Topic
    FormatDayHeaders Property
    In This Topic
    Gets or sets the format used to display the headers above the days in month view.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("ddd")>
    Public Property FormatDayHeaders As String
    [DefaultValue("ddd")]
    public string FormatDayHeaders {get; set;}
    Remarks
    The default value for this property is 'ddd'.
    See Also