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;}
See Also