Back to Devexpress

Context Menu Actions in Popup

maui-404342-scenarios-popup-buttons.md

latest1.4 KB
Original Source

Context Menu Actions in Popup

  • Oct 01, 2024

This example adds a context menu (based on the DXPopup control) for CollectionView items. The context menu includes two Buttons. These buttons can invoke different actions.

View Example: Popup Actions

Related Controls : DXButton, DXPopup

Anatomy

The following image illustrates the anatomy of this project:

Related Properties:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: Popup Actions