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

MVCxAppointmentStorage Class

A storage which holds a collection of appointments.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class MVCxAppointmentStorage :
    ASPxAppointmentStorage

The following members accept/return MVCxAppointmentStorage objects:

Remarks

The MVCxAppointmentStorage class represents a storage which holds appointments. The functionality of the MVCxAppointmentStorage class can be accessed via the MVCxSchedulerStorage.Appointments property.

Use the ASPxAppointmentStorage.Mappings property to specify which fields in the bound data source hold an appointment’s description, location, type, recurrence information, resource id, etc. The values of these fields will be synchronized with the corresponding properties of Appointment objects. The MVCxAppointmentStorage.CustomFieldMappings property enables you to create an extra set of appointment properties, bound to data fields.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MVCxAppointmentStorage class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also