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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public class MVCxAppointmentCustomFieldMappingCollection :
ASPxAppointmentCustomFieldMappingCollection
Related API Members
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>
Inheritance
Object
DXCollectionBase<MappingBase>
DXCollection<MappingBase>
NotificationCollection<MappingBase>
DevExpress.Utils.NamedItemNotificationCollection<MappingBase>
MappingCollection
CustomFieldMappingCollectionBase<Appointment>
AppointmentCustomFieldMappingCollection
ASPxAppointmentCustomFieldMappingCollection
MVCxAppointmentCustomFieldMappingCollection
See Also