Skip to main content

MapDataProviderBase.TileSource Property

Returns a tile source associated with the current data provider.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

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