Adds visibility bindings for a managed task within the control.

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

Syntax

C#
protected virtual void AddVisibilityBindings(
	Task task,
	bool isItemDependencyObject,
	bool isItemVisibilityApplied
)
Visual Basic (Declaration)
Protected Overridable Sub AddVisibilityBindings ( _
	task As Task, _
	isItemDependencyObject As Boolean, _
	isItemVisibilityApplied As Boolean _
)

Parameters

task
Type: DlhSoft.Windows.Data..::.Task
The task for which appearance bindings are added.
isItemDependencyObject
Type: System..::.Boolean
Indicates whether the task item is a DependencyObject.
isItemVisibilityApplied
Type: System..::.Boolean
Indicates whether to apply specific attached visibility values if they are set for the item.

See Also