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

In This Topic
    ShowHeader Property (SlicerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.Slicer.ShowHeader. Sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons.
    Syntax
    'Declaration
     
    Public Property ShowHeader As Boolean
    public bool ShowHeader {get; set;}
    See Also