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

    Specifies the country or region name of an address.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Default Description
    String null

    The country or region name of an address.

    See Also