PopupWindowShowAction.DoExecute(Window) Method
Raises the ActionBase.Executing, SimpleAction.Execute, ActionBase.Executed, ActionBase.ProcessCreatedView and ActionBase.ExecuteCompleted events one after another, and determines whether to close a Pop-up Window Show Action’s pop-up Window.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v23.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
window | Window | A Window object that represents the current Pop-up Window Show Action’s pop-up Window. |
Returns
Type | Description |
---|---|
Boolean | true if the current Pop-up Window Show Action’s pop-up Window must be closed; otherwise, false. |
Remarks
Generally, you do not need to use this method. It is for internal use only.
See Also