Skip to main content
.NET 6.0+

CustomizeTemplateEventArgs.Context Property

Returns the context in which the Template to be customized was created.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public TemplateContext Context { get; }

Property Value

Type Description
TemplateContext

A TemplateContext object that represents a context in which the Template was created.

Remarks

Use this property to customize a Template created in a particular context (see Frame.Context).

See Also