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

WeekView(ASPxScheduler) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public WeekView(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

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

See Also