ComponentOne ASP.NET MVC Controls
EditTemplateId Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellTemplateBuilder Class
CellTemplateBuilder Members