CustomizeTemplateEventArgs Class
Arguments passed to the XafApplication.CustomizeTemplate event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CustomizeTemplateEventArgs class declares properties specific to the XafApplication.CustomizeTemplate event which is designed to customize a Template after it has been created. To access this Template, use the CustomizeTemplateEventArgs.Template property. To determine whether the Template is in the required context, use the CustomizeTemplateEventArgs.Context property.
See Also