Class
SearchOptions

Search options which can be used to refine the search request.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class SearchOptions

Inheritance: objectSearchOptions

Constructors

SearchOptions()

Initializes a new instance of the SearchOptions class.

Declaration

cs-api-definition
public SearchOptions()

Properties

Count

Gets or sets value specifying the number of search results to return. The default value is 5.

Declaration

cs-api-definition
public int Count { get; set; }

Property Value

int

QueryParse

Gets or sets value indicating if the response should include info on how the quesry was parsed. The default value is true.

Declaration

cs-api-definition
public bool QueryParse { get; set; }

Property Value

bool