CustomizePopupWindowParamsEventArgs.Action Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public PopupWindowShowAction Action { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
This property allows you to access the Pop-up Window Show Action for which the PopupWindowShowAction.CustomizePopupWindowParams event has been rased.
See Also