ComponentOne ASP.NET MVC Controls
TemplateId Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CellTemplateBuilder Class
CellTemplateBuilder Members