Skip to main content

WorkWeekView(ASPxScheduler) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public WorkWeekView(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler object that specifies the ASPxScheduler control assigned to the work-week view. This value is assigned to the SchedulerViewBase.Control property.

See Also