Sets the scrollable timeline page of the GanttChartEntityListViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public void SetTimelinePage(
	TimeInterval timelinePageInterval
)
Visual Basic (Declaration)
Public Sub SetTimelinePage ( _
	timelinePageInterval As TimeInterval _
)

Parameters

timelinePageInterval
Type: DlhSoft.Windows.Data..::.TimeInterval
A TimeInterval that specifies the new values of the TimelinePageStart and TimelinePageFinish properties.

See Also