SchedulerCustomFieldMappingCollection Class
In This Article
A collection of mappings of the custom properties of appointments to appropriate data fields.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public class SchedulerCustomFieldMappingCollection :
LockableCollection<SchedulerCustomFieldMapping>
#Remarks
The SchedulerCustomFieldMappingCollection is a collection of SchedulerCustomFieldMapping 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
Collection<SchedulerCustomFieldMapping>
ObservableCollection<SchedulerCustomFieldMapping>
DevExpress.Xpf.Core.LockableCollection<SchedulerCustomFieldMapping>
SchedulerCustomFieldMappingCollection
See Also