Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomizeTemplateEventArgs Class

Arguments passed to the XafApplication.CustomizeTemplate event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.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