Skip to main content

MapDataProviderBase.CacheOptions Property

Gets or sets the settings for a map’s cache.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public CacheOptions CacheOptions { get; set; }

#Property Value

Type Description
CacheOptions

A CacheOptions object.

See Also