MVCxAppointmentCustomFieldMappingCollection.Add(Action<ASPxAppointmentCustomFieldMapping>) Method
Adds a new mapping to the collection of custom field mappings and allows you to modify the mapping in a delegate method implementation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<ASPxAppointmentCustomFieldMapping> | A delegate method that accepts the created ASPxAppointmentCustomFieldMapping as a parameter. |
See Also