Skip to main content

CreateCustomTemplateEventArgs.Template Property

Specifies the Template which is created in a XafApplication.CreateCustomTemplate event handler.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IFrameTemplate Template { get; set; }

Property Value

Type Description
IFrameTemplate

An object that supports the IFrameTemplate interface. This object represents the created Template.

Remarks

When creating a custom Template in a XafApplication.CreateCustomTemplate event handler, assign it to this property to show it instead of a default one.

See Also