Skip to main content
All docs
V26.1
  • TimeScaleWorkDay(SchedulerControl) Constructor

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

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v26.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public TimeScaleWorkDay(
        SchedulerControl control
    )

    Parameters

    Name Type Description
    control SchedulerControl

    A Scheduler Control that owns this newly created scale and provides the SchedulerControl.WorkDays collection that specifies which days belong to this scale.

    See Also