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

LocationInformation.Address Property

Gets or sets the address associated with the current location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public AddressBase Address { get; set; }

Property Value

Type Default Description
AddressBase null

An AddressBase class descendant object.

See Also