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

FullWeekViewStyles(ASPxScheduler) Constructor

Initializes a new instance of the FullWeekViewStyles class.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public FullWeekViewStyles(
    ASPxScheduler scheduler
)

Parameters

Name Type Description
scheduler ASPxScheduler

An ASPxScheduler object representing the scheduler.

See Also