Gets or sets a custom ScheduleDefinitionManager object to use internally within this ScheduleDefinitionView. When this property is set to a schedule definition manager instance the control content and the associated data member properties are ignored. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

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

See Also