MapTileDataProviderBase.CacheOptions Property
In This Article
Returns the settings for a map’s cache.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public CacheOptions CacheOptions { get; }
#Property Value
Type | Description |
---|---|
Cache |
A Cache |
#Remarks
Note
Cache
is not supported for vector-based tile providers.
See Also