Gets 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 bool GetAreAssignmentsReadOnly(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetAreAssignmentsReadOnly ( _
	d As DependencyObject _
) As Boolean

Parameters

d
Type: System.Windows..::.DependencyObject

See Also