PopupWindowShowAction.OnCustomizeTemplate(IFrameTemplate, TemplateContext) Method
Raises the PopupWindowShowAction.CustomizeTemplate event for a Pop-up Window Show Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
frameTemplate | IFrameTemplate | An object that contains members of the IFrameTemplate interface. This object represents the Template of the current Pop-up Window Show Action’s pop-up Window. |
context | TemplateContext | A TemplateContext object that represents the context of the Pop-up Window Show Action’s pop-up Window. |
Remarks
Generally, you do not need to use this method. It is for internal use only.
See Also