Skip to main content
A newer version of this page is available. .

MappingCollection Class

Represents a collection of mappings of the persistent properties of persistent objects (appointments or resources) to appropriate data fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

[ListBindable(BindableSupport.No)]
public class MappingCollection :
    NamedItemNotificationCollection<MappingBase>

Remarks

The MappingCollection represents a collection of MappingBase objects and serves as a base for the CustomFieldMappingCollectionBase<T> class. 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.

See Also