PopupWindowShowActionExecuteEventArgs.PopupWindow Property
Provides access to a Pop-up Window Show Actions’ pop-up Window.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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