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

OsmAddress.HouseNumber Property

Gets or sets the house number to specify the location address.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public string HouseNumber { get; set; }

Property Value

Type Description
String

The house number.

Remarks

The house number (may contain letters, dashes or other characters).

See Also