Gets the value of the IsBarVisible attached property for a specified element such as an entity item. The IsBarVisible property value indicates whether the bar representing an entity item is visible 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 GetIsBarVisible(
	DependencyObject element
)
Visual Basic (Declaration)
Public Shared Function GetIsBarVisible ( _
	element As DependencyObject _
) As Boolean

See Also