Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OsmAddress Fields
Show Inherited Hide Inherited

An address used to specify a location for which to obtain geo data from the Open Street Map service.
Name Description
CityDistrictProperty static Identifies the OsmAddress.CityDistrict dependency property.
CityProperty static Identifies the OsmAddress.City dependency property.
CountryCodeProperty static Identifies the OsmAddress.CountryCode dependency property.
CountryProperty static Identifies the OsmAddress.Country dependency property.
CountyDistrictProperty static Identifies the OsmAddress.CountyDistrict dependency property.
CountyProperty static Identifies the OsmAddress.County dependency property.
FormattedAddressProperty static Identifies the AddressBase.FormattedAddress dependency property. Inherited from AddressBase.
HouseNumberProperty static Identifies the OsmAddress.HouseNumber dependency property.
PostcodeProperty static Identifies the OsmAddress.Postcode dependency property.
RiverProperty static Identifies the OsmAddress.River dependency property.
RoadProperty static Identifies the OsmAddress.Road dependency property.
StateDistrictProperty static Identifies the OsmAddress.StateDistrict dependency property.
StateProperty static Identifies the OsmAddress.State dependency property.
SuburbProperty static Identifies the OsmAddress.Suburb dependency property.
TownProperty static Identifies the OsmAddress.Town dependency property.
VillageProperty static Identifies the OsmAddress.Village dependency property.
See Also