Sets a value that indicates whether the user can edit the timing values of a specific task item in the control by drag and drop operations applied on its associated display bar. This is based on an item dependency property.

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

Syntax

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

Parameters

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

See Also