Skip to main content

ASPxResourceCustomFieldMappingCollection.Add(ASPxResourceCustomFieldMapping) Method

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int Add(
    ASPxResourceCustomFieldMapping mapping
)

Parameters

Name Type Description
mapping ASPxResourceCustomFieldMapping

An ASPxResourceCustomFieldMapping 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 ASPxResourceCustomFieldMapping object to the end of the ASPxResourceCustomFieldMappingCollection collection.

See Also