Skip to main content
All docs
V25.1
  • GanttControl.ScrollChartToTask(GanttControlNode) Method

    Scrolls the chart to the specified task.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public void ScrollChartToTask(
        GanttControlNode node
    )

    Parameters

    Name Type Description
    node GanttControlNode

    A DateTime structure that specifies the date to which scroll the chart.

    See Also