Skip to main content

OsmAddress.HouseNumber Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
String null

The house number.

Remarks

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

See Also