Skip to main content

OsmAddress.HouseNumber Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: 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