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

TileImageRequestOptions.MaxAttemptsCount Property

Gets or sets the number of request attempts of a one tile image.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public int MaxAttemptsCount { get; set; }

Property Value

Type Description
Int32

The number of request attempts of a one tile image.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxAttemptsCount
BingMapDataProvider
.RequestOptions.MaxAttemptsCount
MapDataProviderBase
.RequestOptions.MaxAttemptsCount
OpenStreetMapDataProvider
.RequestOptions.MaxAttemptsCount
See Also