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

TemplateContext.Name Property

Specifies the name of the Template context.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string Name { get; }

Property Value

Type Description
String

A string specifying the name of the Template context.

Remarks

For a general description of Template contexts, refer to the TemplateContext structure description.

See Also