ApplySearch Method (C1FlexGrid)
In This Topic
Applies search to the data on the grid. This method is obsolete. Call method with
SearchHighlightMode argument instead.
Overload List
Overload | Description |
ApplySearch(String,Boolean,Boolean,Boolean,Boolean) | Applies search to the data on the grid. This method is obsolete. Call method with SearchHighlightMode argument instead. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
ApplySearch(String,SearchHighlightMode,Boolean,Boolean,Boolean) | Applies search to the data on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
ApplySearch(String,Boolean,Boolean,Boolean) | Applies search to the data on the grid. This method is obsolete. Call method with HighlightMode argument instead. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
ApplySearch(String,SearchHighlightMode,Boolean,Boolean) | Applies search to the data on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
ApplySearch(String,Boolean,Boolean) | Applies search to the data on the grid. This method is obsolete. Call method with HighlightMode argument instead. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
ApplySearch(String,SearchHighlightMode,Boolean) | Applies search to the data on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
ApplySearch(String,SearchHighlightMode) | Applies search to the data on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
See Also