Back to Devexpress

GanttControl.ScrollChartToDate(DateTime) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-scrollcharttodate-x28-system-dot-datetime-x29.md

latest1.2 KB
Original Source

GanttControl.ScrollChartToDate(DateTime) Method

Scrolls the chart to the specified date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public void ScrollChartToDate(
    DateTime date
)
vb
Public Sub ScrollChartToDate(
    date As Date
)

Parameters

NameTypeDescription
dateDateTime

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

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace