Gets or sets a value that indicates whether the current item values should be aggregated to the parent summary item.

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

Syntax

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

See Also