GanttControl.ScrollChartToTask(GanttControlNode) Method
In This Article
Scrolls the chart to the specified task.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public void ScrollChartToTask(
GanttControlNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Gantt |
A Date |
See Also