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

DashboardItemControlEventArgs.MapControl Property

Gets an underlying map control.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public MapControl MapControl { get; }

Property Value

Type Description
MapControl

A MapControl object that is the map control.

Remarks

Use the MapControl property to access a map control corresponding to a MapDashboardItem.

See Also