Skip to main content
A newer version of this page is available. .

ASPxResourceCustomFieldMappingCollection.Add(ASPxResourceCustomFieldMapping) Method

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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