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