Skip to main content
A newer version of this page is available. .

CustomizeTemplateEventArgs.Context Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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