ResourceCustomFieldMappingCollection Class
Represents a collection of mappings of the custom properties of resources to appropriate data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
public class ResourceCustomFieldMappingCollection :
CustomFieldMappingCollectionBase<Resource>
Related API Members
The following members return ResourceCustomFieldMappingCollection objects:
Remarks
The ResourceCustomFieldMappingCollection represents a collection of ResourceCustomFieldMapping 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