Skip to main content

CacheOptions.DiskLimit Property

Specifies the maximum allowed size allocated by the file cache on a disk. When this size is exceeded, the file cache is cleared to load new tile images from a map data provider.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int DiskLimit { get; set; }

Property Value

Type Description
Int32

An integer value, measured in bytes.

Property Paths

You can access this nested property as listed below:

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