Gets or sets the maximum start date and time of this TaskItem. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public Nullable<DateTime> MaxStart { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property MaxStart As Nullable(Of DateTime)

See Also