Skip to main content

BingAddress.District Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string District { get; set; }

Property Value

Type Description
String

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