ASPxResourceCustomFieldMappingCollection.Add(ASPxResourceCustomFieldMapping) Method
Appends the specified ASPxResourceCustomFieldMapping 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 | 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