MapDataProviderBase.TileSource Property
In This Article
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 |
---|---|
Map |
A Map |
See Also