Gets or sets a value indicating whether the copy operation is enabled for task assignments in the ScheduleChartView control so that the user can copy them using drag and drop operations.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public bool IsTaskAssignmentCopyEnabled { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property IsTaskAssignmentCopyEnabled As Boolean |