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

MapTileDataProviderBase.CacheOptions Property

Returns the settings for a map’s cache.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public CacheOptions CacheOptions { get; }

Property Value

Type Description
CacheOptions

A CacheOptions object.

See Also