Skip to main content

MVCxSchedulerStorage.Appointments Property

Gets a storage object that contains appointment related information.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxAppointmentStorage Appointments { get; }

Property Value

Type Description
MVCxAppointmentStorage

A MVCxAppointmentStorage object, that represents the storage for appointment related information.

See Also