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

MapItem.Tag Property

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

Namespace: DevExpress.Xpf.Map

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

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