Skip to main content
All docs
V25.1
  • AzureAddress.PostalCode Property

    Specifies the post code, postal code, or ZIP Code of an address.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Default Description
    String null

    The post code, postal code, or ZIP Code of an address.

    See Also