Skip to main content

GanttControl.ScrollChartToDate(DateTime) Method

Scrolls the chart to the specified date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public void ScrollChartToDate(
    DateTime date
)

Parameters

Name Type Description
date DateTime

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

See Also