Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeTemplateEventArgs Class

Arguments passed to the XafApplication.CustomizeTemplate event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CustomizeTemplateEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
CustomizeTemplateEventArgs
See Also