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

TemplateContext.ToString() Method

Returns a string representation of the TemplateContext.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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