Gets a value indicating whether the definition string would generate a valid Schedule within this ScheduleDefinition. This is a dependency property.

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

Syntax

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

See Also