ASPxAppointmentCustomFieldMappingCollection.Add(ASPxAppointmentCustomFieldMapping) Method
Appends the specified ASPxAppointmentCustomFieldMapping object to the collection of custom fields mappings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mapping | ASPxAppointmentCustomFieldMapping | An ASPxAppointmentCustomFieldMapping 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 ASPxAppointmentCustomFieldMapping object to the end of the ASPxAppointmentStorage.CustomFieldMappings collection.
See Also