Back to Devexpress

AppointmentCustomFieldMappingCollection Class

corelibraries-devexpress-dot-xtrascheduler-4c43fdde.md

latest3.7 KB
Original Source

AppointmentCustomFieldMappingCollection Class

Represents 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 AppointmentCustomFieldMappingCollection :
    CustomFieldMappingCollectionBase<Appointment>
vb
Public Class AppointmentCustomFieldMappingCollection
    Inherits CustomFieldMappingCollectionBase(Of Appointment)

The following members return AppointmentCustomFieldMappingCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentStorageBase.CustomFieldMappings
IAppointmentStorageBase.CustomFieldMappings
WinForms ControlsAppointmentDataStorage.CustomFieldMappings
AppointmentStorage.CustomFieldMappings
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.AppointmentsCustomFieldMappings
SchedulerListEditorBase.AppointmentsCustomFieldMappings

Remarks

The AppointmentCustomFieldMappingCollection represents 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<Appointment> AppointmentCustomFieldMappingCollection ASPxAppointmentCustomFieldMappingCollection

MVCxAppointmentCustomFieldMappingCollection

See Also

AppointmentCustomFieldMappingCollection Members

DevExpress.XtraScheduler Namespace