Skip to main content

MapPushpin.Information Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

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