Skip to main content
All docs
V25.1
  • AzureRouteInstruction.StateCode Property

    Returns the two-letter code of a subdivision (state) of the country according to ISO 3166-2. Only available for US, Canada, and Mexico.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public string StateCode { get; }

    Property Value

    Type Description
    String

    The state code.

    See Also