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

MapDataProviderBase.TileSource Property

Gets or sets a tile source associated with the current data provider.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[Browsable(false)]
public MapTileSourceBase TileSource { get; set; }

Property Value

Type Description
MapTileSourceBase

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

See Also