Class SearchSettings
Settings class for File
Inheritance
Inherited Members
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SearchSettings
Constructors
SearchSettings(Int32, Int32, Boolean)
Initializes a new instance of the Search
Declaration
public SearchSettings(int searchTimerInterval = 200, int chunkItemsCount = 30, bool isFolderSearch = false)
Parameters
System.
|
System.
|
System.
|
Properties
IsFolderSearch
Gets or sets a value indicating whether the File
Declaration
public bool IsFolderSearch { get; set; }
Property Value
System.
|
ResultsChunkItemsCount
Gets or sets the count of search items passed via the FileSearchProgressChanged event.
Declaration
public int ResultsChunkItemsCount { get; set; }
Property Value
System.
|
SearchTimerInterval
Gets or sets the interval of time on which search parameters are invalidated when SearchAsyncWithTimer method is used.
Declaration
public int SearchTimerInterval { get; set; }
Property Value
System.
|