Skip to main content
All docs
V25.1
  • AzureRouteInstructionGroup.GroupMessage Property

    Returns the message related to the route section and requested for guidance. The AzureRouteOptions.InstructionsType value should be Text or Tagged to get messages.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public string GroupMessage { get; }

    Property Value

    Type Description
    String

    A text message.

    See Also