UseIncrementalSearch Property (C1FlexViewer)
In This Topic
Gets or sets a value indicating if "search as you type" method of search should be used.
Syntax
'Declaration
Public Property UseIncrementalSearch As Boolean
public bool UseIncrementalSearch {get; set;}
See Also