Skip to main content

ResourceCustomFieldMappingCollection Class

Represents a collection of mappings of the custom properties of resources to appropriate data fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class ResourceCustomFieldMappingCollection :
    CustomFieldMappingCollectionBase<Resource>

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.

See Also