Class SearchContext
Represents search context.
public abstract class SearchContext
- Inheritance
-
SearchContext
- Derived
- Inherited Members
Properties
Delay
Gets or sets search delay in milliseconds.
public int Delay { get; set; }
Property Value
Description
Gets or sets search description.
public string Description { get; set; }
Property Value
Hint
Gets or sets search hint.
public string Hint { get; set; }
Property Value
Label
Gets or sets search label.
public string Label { get; set; }
Property Value
UseAutoSearch
Gets or sets value indicating whether auto search should be used in this context.
public bool UseAutoSearch { get; set; }
Property Value
Methods
GetSearchResults(GetSearchResultsArgs)
Gets search results.
public abstract IEnumerable<SearchItem> GetSearchResults(GetSearchResultsArgs args)
Parameters
args
GetSearchResultsArgs