ClassSearchSettings
Class
Settings class for FileSearchProvider.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class SearchSettings
Inheritance: objectSearchSettings
Constructors
SearchSettings(double, int, bool)
Initializes a new instance of the SearchSettings class.
Properties
IsFolderSearch
Gets or sets a value indicating whether the FileSearchProvider will return only folders.
ResultsChunkItemsCount
Gets or sets the count of search items passed via the FileSearchProgressChanged event.
SearchTimerInterval
Gets or sets the interval of time on which search parameters are invalidated when SearchAsyncWithTimer method is used.