Back to Devexpress

AppointmentDependencyCustomFieldMappingCollection Class

corelibraries-devexpress-dot-xtrascheduler-ba30d1f9.md

latest3.2 KB
Original Source

AppointmentDependencyCustomFieldMappingCollection Class

A collection of mappings of the custom properties of appointments to appropriate data fields.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentDependencyCustomFieldMappingCollection :
    CustomFieldMappingCollectionBase<AppointmentDependency>
vb
Public Class AppointmentDependencyCustomFieldMappingCollection
    Inherits CustomFieldMappingCollectionBase(Of AppointmentDependency)

The following members return AppointmentDependencyCustomFieldMappingCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAppointmentDependencyStorage.CustomFieldMappings
WinForms ControlsAppointmentDependencyDataStorage.CustomFieldMappings
AppointmentDependencyStorage.CustomFieldMappings

Remarks

The AppointmentDependencyCustomFieldMappingCollection holds a collection of AppointmentCustomFieldMapping 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 CustomFieldMappingCollectionBase<AppointmentDependency> AppointmentDependencyCustomFieldMappingCollection

See Also

AppointmentDependencyCustomFieldMappingCollection Members

Gantt View Specifics

DevExpress.XtraScheduler Namespace