Skip to main content

Context Menu Actions in Popup

Task-based Scenarios - List in Cards

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:

DXPopup - Anatomy

Related Properties:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: Popup Actions