Skip to main content

CreateCustomTemplateEventArgs.Context Property

Returns the context in which a Template is created.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public TemplateContext Context { get; }

Property Value

Type Description
TemplateContext

A TemplateContext object that represents a contex in which the Template is created.

Remarks

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

See Also