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

BingAddress.District Property

Gets or sets the subdivision name in the country or region for an address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

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

Declaration

[DefaultValue(null)]
public string District { get; set; }

Property Value

Type Default Description
String null

The subdivision name in the country or region for an address.

Remarks

This element is used when there is another level of subdivision information for a location, such as the county.

Example: King

See Also