Skip to main content
All docs
V25.1
  • TrafficIncidentCalculationResult.IncidentResults Property

    Returns a list of traffic incidents with additional information (the location, incident type, and much more).

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<BingTrafficIncidentResult> IncidentResults { get; }

    Property Value

    Type Description
    List<BingTrafficIncidentResult>

    A list of traffic incidents.

    See Also