Gets or sets a value that indicates whether the current summary item should aggregate child item values and be presented using a summary bar.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also