[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CellTemplateBuilder

CellTemplateBuilder Class

Defines a builder to configurate CellTemplate.

Inheritance
HideObjectMembers
CellTemplateBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class CellTemplateBuilder : BaseBuilder<CellTemplate, CellTemplateBuilder>

Constructors

Name Description
CellTemplateBuilder(CellTemplate)

Creates one CellTemplateBuilder instance to configurate obj.

Methods

Name Description
EditTemplateContent(string)

Configurates EditTemplateContent. Sets the content of the template for the grid cell in editing mode.

EditTemplateId(string)

Configurates EditTemplateId. Sets the id of the template for the grid cell in editing mode.

TemplateContent(string)

Configurates TemplateContent. Sets the content of the template for the grid cell.

TemplateId(string)

Configurates TemplateId. Sets the id of the template for the grid cell.