Configurates
C1.Web.Mvc.CellTemplate.TemplateContent. Sets the content of the template for the grid cell.
Syntax
'Declaration
Public Function TemplateContent( _
ByVal As String _
) As CellTemplateBuilder
public CellTemplateBuilder TemplateContent(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also