Skip to main content
A newer version of this page is available. .

MapDataProviderBase.TileSource Property

Returns a tile source associated with the current data provider.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public MapTileSourceBase TileSource { get; }

Property Value

Type Description
MapTileSourceBase

A MapTileSourceBase class descendant that contains settings for obtaining image tiles from a specific data provider.

See Also