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.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public string StateCode { get; }

    Property Value

    Type Description
    String

    The state code.

    See Also