Skip to main content
A newer version of this page is available. .

AppointmentCustomFieldMappingCollection Class

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public class AppointmentCustomFieldMappingCollection :
    CustomFieldMappingCollectionBase<Appointment>

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.

See Also