CustomizeTemplateContentEventArgs(TemplateContent) Constructor
Initializes a new instance of the CustomizeTemplateContentEventArgs class.
Namespace: DevExpress.ExpressApp.Web.Templates
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
templateContent | DevExpress.ExpressApp.Web.Templates.TemplateContent | A TemplateContext User Control that specifies the BaseXafPagepage’s content. |
Remarks
Since instances of the CustomizeTemplateContentEventArgs class are automatically created and passed to handlers of the BaseXafPage.CustomizeTemplateContent event. You do not need to call this constructor from your applications.
See Also