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

BingMapDataProvider.CultureName Property

Gets or sets the Culture name used to obtain data from Bing GIS services.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue("")]
public string CultureName { get; set; }

Property Value

Type Default Description
String String.Empty

A String object.

See Also