Skip to main content
.NET 6.0+

TemplateContext.ToString() Method

Returns a string representation of the TemplateContext.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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