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

In This Topic
    ShowHeader Property (Calendar)
    In This Topic
    Gets or sets a value indicating whether the control displays the header area with the current month and navigation buttons.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowHeader As Boolean
    [DefaultValue(true)]
    public bool ShowHeader {get; set;}
    See Also