Skip to main content

MVCxAppointmentCustomFieldMappingCollection Class

A collection of mappings of the custom properties of appointments to the fields in the data source.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxAppointmentCustomFieldMappingCollection :
    ASPxAppointmentCustomFieldMappingCollection

The following members return MVCxAppointmentCustomFieldMappingCollection objects:

Remarks

The MVCxAppointmentCustomFieldMappingCollection is a collection of ASPxAppointmentCustomFieldMapping objects. Its properties and methods can be used to perform common collection operations, such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

Implements

DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.Internal.IPersistentObjectStorageProvider<Appointment>
See Also