Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Add Actions to a Pop-up Window

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

ASP.NET Web Forms (Old Web UI)

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

DialogTemplateContentNew

ASP.NET Web Forms (New Web UI)

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

FindDialogTemplateContentNew

ASP.NET Web Forms (New Web UI)

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

See Also