aspnetmvc-devexpress-dot-web-dot-mvc-98938539.md
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.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxAppointmentCustomFieldMappingCollection :
ASPxAppointmentCustomFieldMappingCollection
Public Class MVCxAppointmentCustomFieldMappingCollection
Inherits ASPxAppointmentCustomFieldMappingCollection
The following members return MVCxAppointmentCustomFieldMappingCollection objects:
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.
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.Internal.IPersistentObjectStorageProvider<Appointment>
Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<Appointment> AppointmentCustomFieldMappingCollection ASPxAppointmentCustomFieldMappingCollection MVCxAppointmentCustomFieldMappingCollection
See Also