corelibraries-devexpress-dot-xtrascheduler-e2e2b4a7.md
Represents a collection of mappings of the custom properties of resources to appropriate data fields.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class ResourceCustomFieldMappingCollection :
CustomFieldMappingCollectionBase<Resource>
Public Class ResourceCustomFieldMappingCollection
Inherits CustomFieldMappingCollectionBase(Of Resource)
The following members return ResourceCustomFieldMappingCollection objects:
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.
Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<Resource> ResourceCustomFieldMappingCollection ASPxResourceCustomFieldMappingCollection
See Also