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

.NET MAUI DevExpress Popup: Examples

The following GitHub examples use the DevExpress .NET MAUI DXPopup component:

Get Started with the DevExpress DXPopup for .NET MAUI
This example shows how to get started with the DXPopup control that overlays the other application content. You can attach the popup to any view on the screen or display it as a separate dialog.
Context Menu Actions in Popup
This example implements a context menu for DXCollectionView items. To create a context menu, this project populates a DXPopup control with buttons. Refer to the following scenario description for more information: Context Menu Actions in Popup
Modal Popup Action Dialog
This example shows how to use the DXPopup control to implement an action dialog.

#DataGrid Column Chooser

Column Chooser Featured Scenario

This example implements a DataGridView column chooser.

Related Controls: DataGridView, DXPopup, DXCollectionView, CheckEdit

#Send Template Messages with Mail Merge

Mail Merge Featured Scenario

Uses Mail Merge (part of our Office File API subscription) to send emails.

Related Controls: DXPopup, RichEditDocumentServer

#Sign a PDF File with a Custom Signature

Search Bar Featured Scenario

Uses our Office File API to find a signature field in a PDF document and sign it with your custom drawn signature.

Related Controls: DXPopup, DrawingView