ApplySearch(String,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Applies search to the data on the grid. This method is obsolete. Call method with
SearchHighlightMode argument instead.
Syntax
Parameters
- search
- Words which will be searched.
- highlight
- Defines will search results be highlighted or not.
- filter
- Defines will search results be filtered or not.
- onlyVisibleColumns
- Defines will perform search through only visible columns or not.
- onlyVisibleRows
- Defines will perform search through only visible rows or not.
See Also