Skip to main content
A newer version of this page is available. .

PopupWindowShowActionExecuteEventArgs.PopupWindow Property

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

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