Skip to main content
All docs
V25.1
  • MapTileDataProviderBase.CacheOptions Property

    Returns the settings for a map’s cache.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public CacheOptions CacheOptions { get; }

    Property Value

    Type Description
    CacheOptions

    A CacheOptions object.

    Remarks

    Note

    CacheOptions is not supported for vector-based tile providers.

    See Also