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.UI.Xaml.Map

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

Declaration

public MapTileSourceBase TileSource { get; protected set; }

Property Value

Type Description
MapTileSourceBase

A MapTileSourceBase class descendant that contains settings to obtain image tiles from a specific data provider.

See Also