DashboardItemControlEventArgs.MapControl Property
Gets an underlying map control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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