Skip to main content

BingMapDataProvider.CultureName Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String String.Empty

A String object.

See Also