Skip to main content
A newer version of this page is available. .

RouteWaypoint.Tag Property

Returns the object that stores additional information about the waypoint.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public object Tag { get; }

Property Value

Type Description
Object

The object that is an additional information storage.

See Also