Gets or sets a value indicating whether this TaskItem is completed.
A completed task has its CompletedEffort value equal to Effort.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public bool IsCompleted { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsCompleted As Boolean |