Skip to main content
.NET 6.0+

PopupWindowShowActionExecuteEventArgs.PopupWindow Property

Provides access to a Pop-up Window Show Actions’ pop-up Window.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Window PopupWindow { get; }

Property Value

Type Description
Window

A Window object that represents the current Pop-up Window Show Action’s pop-up Window.

Remarks

This property allows you to use members of the Window object that represents the current Pop-up Window Show Action’s pop-up Window; for instance, the Frame.View or Window.Template properties.

See Also