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

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.v18.2.dll

Declaration

public bool DoExecute(
    Window window
)

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