TemplateContext.ToString() Method
Returns a string representation of the TemplateContext.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
String | A string representing the TemplateContext. |
Remarks
This method returns the value of the TemplateContext.Name property.
See Also