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

PopupWindowShowAction() Constructor

Creates an instance of the PopupWindowShowAction class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public PopupWindowShowAction()

Remarks

Basicaly, all Actions are contained and managed by Controllers specified by their ActionBase.Controller property. This constructor creates a Popup Window Show Action and sets null for its ActionBase.Controller property.

Usually, you do not need to create PopupWindowShowAction objects manually. Instead, use the parent Controller’s Designer to add Actions. For details, refer to the Actions topic.

See Also