Back to Devexpress

.NET MAUI DevExpress Popup: Examples

maui-404697-dialogs-menu-and-navigation-popup-examples.md

latest2.9 KB
Original Source

.NET MAUI DevExpress Popup: Examples

  • Mar 13, 2025

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

Get Started with the DevExpress DXPopup for .NET MAUIThis 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 PopupThis 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 PopupModal Popup Action DialogThis example shows how to use the DXPopup control to implement an action dialog.

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