Skip to main content

WorkWeekView(SchedulerControl) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public WorkWeekView(
    SchedulerControl control
)

Parameters

Name Type Description
control SchedulerControl

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

See Also