Skip to main content
A newer version of this page is available. .

OsmSearchDataProvider.ResultsCount Property

Gets or sets the total number of search results that can be obtained using an OsmSearchDataProvider.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(10)]
public int ResultsCount { get; set; }

Property Value

Type Default Description
Int32 10

A Int32 value.

See Also