.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.
Related Scenarios
DataGrid Column Chooser
This example implements a DataGridView column chooser.
Related Controls: DataGridView, DXPopup, DXCollectionView, CheckEdit
Send Template Messages with Mail Merge
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
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