[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.IDropDownView.ApplySearch

ApplySearch Method

ApplySearch(string, bool, bool)

Applies search to the data on the dropdown view.

Declaration
void ApplySearch(string text, bool highlight, bool filter)
Sub ApplySearch(text As String, highlight As Boolean, filter As Boolean)
Parameters
Type Name Description
string text

Text which will be searched.

bool highlight

Defines will search results be highlighted or not.

bool filter

Defines will search results be filtered or not.