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

Parameters

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

See Also