Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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