Skip to main content

TimeScaleWorkHour(SchedulerControl) Constructor

Initializes a new instance of the TimeScaleWorkHour owned by the specific Scheduler Control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public TimeScaleWorkHour(
    SchedulerControl control
)

Parameters

Name Type Description
control SchedulerControl

A Scheduler Control that owns this newly created scale and provides the SchedulerControl.WorkDays and WorkTime collections (DayView.WorkTime and TimelineView.WorkTime) that specify which hours belong to this scale.

See Also