Skip to main content

TileImageRequestOptions.Timeout Property

Gets or sets the timeout between two requests of a one tile image if the first request failed.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public int Timeout { get; set; }

Property Value

Type Description
Int32

The timeout in seconds.

Property Paths

You can access this nested property as listed below:

Object Type Path to Timeout
MapDataProviderBase
.RequestOptions .Timeout
See Also