ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / CalendarTagHelper Class / ShowHeader Property

In This Topic
    ShowHeader Property (CalendarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Calendar.ShowHeader. Sets a value indicating whether the control displays the header area with the current month and navigation buttons.
    Syntax
    'Declaration
     
    Public Property ShowHeader As Boolean
    public bool ShowHeader {get; set;}
    See Also