Skip to main content

MapItem.Tag Property

Gets or sets the object that contains data related to this map item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
[NonTestableProperty]
public object Tag { get; set; }

Property Value

Type Description
Object

A Object that contains data about this map item.

See Also