A newer version of this page is available.
Switch to the current version.
AppointmentCustomFieldMappingCollection.Add(AppointmentCustomFieldMapping) Method
Appends the specified AppointmentCustomFieldMapping object to the storage's collection of custom fields mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public int Add(
AppointmentCustomFieldMapping mapping
)
Public Function Add(
mapping As AppointmentCustomFieldMapping
) As Integer
Parameters
Name | Type | Description |
---|---|---|
mapping | AppointmentCustomFieldMapping | An AppointmentCustomFieldMapping 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 AppointmentCustomFieldMapping object to the end of the storage's AppointmentStorage.CustomFieldMappings collection.
See Also
Feedback