AppointmentCustomFieldMappingCollection Class
In This Article
Represents a collection of mappings of the custom properties of appointments to appropriate data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public class AppointmentCustomFieldMappingCollection :
CustomFieldMappingCollectionBase<Appointment>
#Related API Members
The following members return AppointmentCustomFieldMappingCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Appointment |
IAppointment |
|
Win |
Appointment |
Appointment |
|
XAF: Cross-Platform .NET App UI & Web API | ASPx |
Scheduler |
|
Scheduler |
#Remarks
The AppointmentCustomFieldMappingCollection represents a collection of AppointmentCustomFieldMapping 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.
#Inheritance
Object
DXCollectionBase<MappingBase>
DXCollection<MappingBase>
NotificationCollection<MappingBase>
DevExpress.Utils.NamedItemNotificationCollection<MappingBase>
MappingCollection
See Also