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

CustomizePopupWindowParamsEventArgs.Action Property

Provides access to the Pop-up Window Show Action for which the PopupWindowShowAction.CustomizePopupWindowParams event has been raised.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public PopupWindowShowAction Action { get; }

Property Value

Type Description
PopupWindowShowAction

A PopupWindowShowAction object that represents the parent Action.

Remarks

This property allows you to access the Pop-up Window Show Action for which the PopupWindowShowAction.CustomizePopupWindowParams event has been rased.

See Also