Skip to main content

TileImageRequestOptions.MaxAttemptsCount Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

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
MapDataProviderBase
.RequestOptions .MaxAttemptsCount
See Also