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

In This Topic
    ShowFilterIcons Property (FlexGridFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridFilter<T>.ShowFilterIcons. Sets whether the FlexGridFilter should add filter editing buttons to the grid's column headers.
    Syntax
    'Declaration
     
    Public Property ShowFilterIcons As Boolean
    public bool ShowFilterIcons {get; set;}
    See Also