AppointmentDependencyCustomFieldMappingCollection Class
A collection of mappings of the custom properties of appointments to appropriate data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
public class AppointmentDependencyCustomFieldMappingCollection :
CustomFieldMappingCollectionBase<AppointmentDependency>
Related API Members
The following members return AppointmentDependencyCustomFieldMappingCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IAppointmentDependencyStorage.CustomFieldMappings |
WinForms Controls | AppointmentDependencyDataStorage.CustomFieldMappings |
AppointmentDependencyStorage.CustomFieldMappings |
Remarks
The AppointmentDependencyCustomFieldMappingCollection holds 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
CustomFieldMappingCollectionBase<AppointmentDependency>
AppointmentDependencyCustomFieldMappingCollection
See Also