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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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