ComponentOne ASP.NET MVC Controls
TemplateContent Method

C1.Web.Mvc.Fluent Namespace > CellTemplateBuilder Class : TemplateContent Method
The value.
Configurates C1.Web.Mvc.CellTemplate.TemplateContent. Sets the content of the template for the grid cell.
Syntax
'Declaration
 
Public Function TemplateContent( _
   ByVal value As String _
) As CellTemplateBuilder
public CellTemplateBuilder TemplateContent( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellTemplateBuilder Class
CellTemplateBuilder Members