Sets a value that indicates whether the user can move task assignments among resource items in the control using drag and drop operations.

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

Syntax

C#
public static void SetAreAssignmentsReadOnly(
	DependencyObject d,
	bool value
)
Visual Basic (Declaration)
Public Shared Sub SetAreAssignmentsReadOnly ( _
	d As DependencyObject, _
	value As Boolean _
)

Parameters

d
Type: System.Windows..::.DependencyObject
value
Type: System..::.Boolean

See Also