Skip to main content

ASPxAppointmentCustomFieldMappingCollection.Add(ASPxAppointmentCustomFieldMapping) Method

Appends the specified ASPxAppointmentCustomFieldMapping object to the collection of custom fields mappings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public int Add(
    ASPxAppointmentCustomFieldMapping mapping
)

#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