ComponentOne ASP.NET MVC Controls
EditTemplateContent Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellTemplateBuilder Class
CellTemplateBuilder Members