Back to Devexpress

CustomizeTemplateEventArgs Class

expressappframework-devexpress-dot-expressapp-e1a34cf6.md

latest2.1 KB
Original Source

CustomizeTemplateEventArgs Class

Arguments passed to the XafApplication.CustomizeTemplate event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomizeTemplateEventArgs :
    EventArgs
vb
Public Class CustomizeTemplateEventArgs
    Inherits EventArgs

CustomizeTemplateEventArgs is the data class for the following events:

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

CustomizeTemplateEventArgs Members

DevExpress.ExpressApp Namespace