Back to Devexpress

GanttControl.GetTimelineTaskVisibility(GanttControlNode) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-gettimelinetaskvisibility-x28-devexpress-dot-xtragantt-dot-ganttcontrolnode-x29.md

latest1.6 KB
Original Source

GanttControl.GetTimelineTaskVisibility(GanttControlNode) Method

Returns a value that indicates whether the specifies task is displayed on the timeline.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public bool GetTimelineTaskVisibility(
    GanttControlNode node
)
vb
Public Function GetTimelineTaskVisibility(
    node As GanttControlNode
) As Boolean

Parameters

NameTypeDescription
nodeGanttControlNode

The task.

|

Returns

TypeDescription
Boolean

true if the task is displayed on the timeline; otherwise, false.

|

Remarks

Read the following topic for detailed information and examples: Timeline.

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace