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

In This Topic
    SearchAllColumns Property
    In This Topic
    Gets or sets a value that determines whether invisible columns should be included in the search.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property SearchAllColumns As Boolean
    [DefaultValue(false)]
    public bool SearchAllColumns {get; set;}
    Remarks
    The default value for this property is **false**.
    See Also