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

See Also