Gets a Visibility value that indicates whether assignment thumb controls should be visible enabling the user to move task assignments among resource items in the control using drag and drop operations (the assignment thumb objects would be visible if AreAssignmentsReadOnly property is set to false). This is a dependency property.

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

Syntax

C#
public Visibility AssignmentThumbVisibility { get; set; }
Visual Basic (Declaration)
Public Property AssignmentThumbVisibility As Visibility

See Also