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

MapPushpin.Information Property

Gets or sets the content that can be displayed on a map’s pushpin.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

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

Property Value

Type Description
Object

A Object object that contains any content to be displayed on a map’s pushpin.

See Also