AppointmentDependencyCustomFieldMappingCollection.Add(AppointmentDependencyCustomFieldMapping) Method
Appends the specified AppointmentDependencyCustomFieldMapping object to the storage’s collection of custom fields mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mapping | AppointmentDependencyCustomFieldMapping | An AppointmentDependencyCustomFieldMapping object to append to the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value indicating the position at which the new element was inserted. |
Remarks
This method adds an AppointmentDependencyCustomFieldMapping object to the end of the storage’s AppointmentDependencyStorage.CustomFieldMappings collection.
See Also