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

    Specifies the subdivision names in the country or region for an address.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Default Description
    String[,] null

    The subdivision names in the country or region for an address.

    Remarks

    This element is typically treated as the first-order administrative subdivision, but in some cases, it is the second, third, or fourth-order subdivision in a country, dependency, or region.

    See Also