Gets or sets the CSS class to apply to the cell container elements presenting item values for the current column.

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

Syntax

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

See Also