New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
[Obsolete("This class relies on the Bing Maps Telerik provider. Microsoft is retiring Bing Maps, and support for this provider is being discontinued. Please migrate to AzureMapProvider. This class is scheduled for removal in 2028 Q3.")]
public class SearchOptions

Inheritance: objectSearchOptions

Constructors

Initializes a new instance of the SearchOptions class.

C#
public SearchOptions()

Properties

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

C#
public int Count { get; set; }

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

C#
public bool QueryParse { get; set; }