Skip to main content
All docs
V26.1
  • AzureAddress.AddressLine Property

    Specifies the street line of an address relative to the area specified by the Locality or PostalCode properties.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v26.1.dll

    Declaration

    public string AddressLine { get; set; }

    Property Value

    Type Description
    String

    The official street line of an address relative to the area specified by the Locality or PostalCode properties.

    See Also