Skip to main content

BingItineraryItem.Signs Property

Returns the signs which are placed along the route.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public string[] Signs { get; }

Property Value

Type Description
String[]

An array of String objects representing the sign names.

Remarks

For more information, refer to the Bing Route Data topic in MSDN.

See Also