ASPxAppointmentCustomFieldMappingCollection Class
Represents a collection of mappings of the custom properties of appointments to appropriate data fields.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public class ASPxAppointmentCustomFieldMappingCollection :
AppointmentCustomFieldMappingCollection
Related API Members
The following members return ASPxAppointmentCustomFieldMappingCollection objects:
Remarks
The ASPxAppointmentCustomFieldMappingCollection
represents 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
Inheritance
Object
DXCollectionBase<MappingBase>
DXCollection<MappingBase>
NotificationCollection<MappingBase>
DevExpress.Utils.NamedItemNotificationCollection<MappingBase>
MappingCollection
CustomFieldMappingCollectionBase<Appointment>
AppointmentCustomFieldMappingCollection
ASPxAppointmentCustomFieldMappingCollection
See Also