Gets or sets a value indicating whether the summary task values are constained and automatically computed. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public bool AreSummaryValueConstraintsEnabled { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AreSummaryValueConstraintsEnabled As Boolean

See Also