ResourceCustomFieldMappingCollection.Add(ResourceCustomFieldMapping) Method
Appends the specified ResourceCustomFieldMapping object to the storage’s collection of custom fields mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
mapping | ResourceCustomFieldMapping | An ResourceCustomFieldMapping 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 ResourceCustomFieldMapping object to the end of the storage’s ResourceStorage.CustomFieldMappings collection.
See Also