Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TemplateContext.ToString() Method

Returns a string representation of the TemplateContext.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string ToString()

Returns

Type Description
String

A string representing the TemplateContext.

Remarks

This method returns the value of the TemplateContext.Name property.

See Also