Class SearchOptions
Search options which can be used to refine the search request.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class SearchOptions
Constructors
SearchOptions()
Initializes a new instance of the SearchOptions class.
Declaration
public SearchOptions()
Properties
Count
Gets or sets value specifying the number of search results to return. The default value is 5.
Declaration
public int Count { get; set; }
Property Value
System.Int32
|
QueryParse
Gets or sets value indicating if the response should include info on how the quesry was parsed. The default value is true.
Declaration
public bool QueryParse { get; set; }
Property Value
System.Boolean
|