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

In This Topic
    SearchAllColumns Property (FlexGridSearchTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridSearch.SearchAllColumns. Sets a value that determines whether invisible columns should be included in the search.
    Syntax
    'Declaration
     
    Public Property SearchAllColumns As Boolean
    public bool SearchAllColumns {get; set;}
    Remarks
    The default value for this property is **false**.
    See Also