Back to Devexpress

DashboardItemControlEventArgs.MapControl Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-16024a21.md

latest1.3 KB
Original Source

DashboardItemControlEventArgs.MapControl Property

Gets an underlying map control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public MapControl MapControl { get; }
vb
Public ReadOnly Property MapControl As MapControl

Property Value

TypeDescription
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

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace