Back to Devexpress

Add Actions to a Pop-up Window

expressappframework-112804-ui-construction-controllers-and-actions-add-actions-to-a-popup-window.md

latest2.0 KB
Original Source

Add Actions to a Pop-up Window

  • Mar 03, 2026

A pop-up Window can contain a Detail or List View and Actions. Actions are displayed by Action Containers. If you need to add an action to a pop-up window, add it to the action container of a corresponding template. This topic describes which built-in templates are used to display pop-up windows. For instructions on how to display a window in response to an action, refer to the following topic: Ways to Show a View.

The following table shows Action Container availability in built-in pop-up templates:

|

Template name

|

Platform

|

Action Containers

| | --- | --- | --- | |

PopupWindowTemplate

|

ASP.NET Core Blazor

|

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

Filters

| |

PopupForm

|

Windows Forms

|

ObjectsCreation

Diagnostic

PopupActions

RecordEdit

View

Print

OpenObject

UndoRedo

Export

| |

LookupForm

|

Windows Forms

|

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

| |

DialogTemplateContent

|

See Also

Add Actions (Menu Commands)

Templates

Action Containers

How to: Create a Custom WinForms Ribbon Template

GitHub Example: XAF - Add Custom Buttons (Actions) to Lookup and Popup Windows