Gets or sets a set of function body code statements (considering item parameter), returning HTML content to be presented for the current column cells in the grid.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public string CellTemplateClientCode { get; set; }
Visual Basic (Declaration)
Public Property CellTemplateClientCode As String

See Also