Skip to main content

CacheOptions.DiskFolder Property

Gets or sets a directory to which the saved image tiles of the map control are stored.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public StorageFolder DiskFolder { get; set; }

Property Value

Type Description
StorageFolder

A StorageFolder object.

Property Paths

You can access this nested property as listed below:

Object Type Path to DiskFolder
MapDataProviderBase
.CacheOptions .DiskFolder
See Also