Skip to main content
A newer version of this page is available. .

TimelineView(SchedulerControl) Constructor

Initializes a new instance of the TimelineView class with the specified Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public TimelineView(
    SchedulerControl control
)

Parameters

Name Type Description
control SchedulerControl

A SchedulerControl value that specifies the Scheduler control assigned to the timeline view. This value is assigned to the SchedulerViewBase.Control property.

See Also