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

In This Topic
    SearchAllColumns Property (FlexGridSearch)
    In This Topic
    Gets or 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