Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

How to: Add a Map Control at Design Time

This is a short introductory example, which describes how to add a Map Control to your WPF application at design time within Visual Studio.

  • Run Microsoft Visual Studio.
  • Create a new WPF Application project or open an existing one.
  • Switch to the Window designer.
  • On a Visual Studio toolbox, expand the DX.24.2: Data & Analytics tab, locate the MapControl item and drop it onto the window.

    how-to-add-map-control-1

  • Right-click the MapControl object and choose the Layout | Reset All option in the context menu. This will stretch the Map control to fill the whole window.

    how-to-add-map-control-2

That’s all - the MapControl has been added to your application.

See Also