[]
Defines a builder to configurate CellTemplate.
public class CellTemplateBuilder : BaseBuilder<CellTemplate, CellTemplateBuilder>
Name | Description |
---|---|
CellTemplateBuilder(CellTemplate) | Creates one CellTemplateBuilder instance to configurate |
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. |