GanttColumnBuilder<T>.CellTemplate Method
Name | Parameters | Description |
---|---|---|
CellTemplate(JS) | value | Specifies a custom template for data cells. Mirrors the client-side cellTemplate object. |
CellTemplate(RazorBlock) | templateContent | Specifies a custom template for data cells. Mirrors the client-side cellTemplate object. |
CellTemplate(TemplateName) | name | Specifies a custom template for data cells. Mirrors the client-side cellTemplate object. |
CellTemplate(String) | templateContent | Specifies a custom template for data cells. Mirrors the client-side cellTemplate object. |