Sets the value of the IsBarItemToolTipEnabled attached property for a specified element such as an entity item. The IsBarItemToolTipEnabled property value indicates whether the item content tool tip is enabled for the bar representing the entity item in the ChartViewBase control. Defining the value for a specific item requires that the IsItemVisibilityApplied property of the control to be set to true.

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

Syntax

C#
public static void SetIsBarItemToolTipEnabled(
	DependencyObject element,
	Nullable<bool> isBarItemToolTipEnabled
)
Visual Basic (Declaration)
Public Shared Sub SetIsBarItemToolTipEnabled ( _
	element As DependencyObject, _
	isBarItemToolTipEnabled As Nullable(Of Boolean) _
)

Parameters

element
Type: System.Windows..::.DependencyObject
isBarItemToolTipEnabled
Type: System..::.Nullable<(Of <(Boolean>)>)

See Also