Gets or sets a value that determines whether task completion bars are presented for summary tasks in the chart (when IsTaskCompletedEffortVisible is true as well); by default: false.

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

Syntax

C#
public virtual bool IsSummaryTaskCompletedEffortVisible { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsSummaryTaskCompletedEffortVisible As Boolean

See Also