Skip to main content

AgendaViewStyles(ASPxScheduler) Constructor

Initializes a new instance of the AgendaViewStyles class with the specified owner.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AgendaViewStyles(
    ASPxScheduler scheduler
)

Parameters

Name Type Description
scheduler ASPxScheduler

An ASPxScheduler object that is the owner of the created object.

See Also