Skip to main content

ASPxAppointmentStorage(ASPxSchedulerStorage) Constructor

Initializes a new instance of the ASPxAppointmentStorage class with the specified scheduler storage.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxAppointmentStorage(
    ASPxSchedulerStorage storage
)

Parameters

Name Type Description
storage ASPxSchedulerStorage

An ASPxSchedulerStorage object that specifies the scheduler storage of the appointment storage.

See Also