Skip to main content

DashboardItemControlEventArgs.MapControl Property

Gets an underlying map control.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

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