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

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.v19.2.dll

Declaration

public void Add(
    Action<ASPxAppointmentCustomFieldMapping> method
)

Parameters

Name Type Description
method Action<ASPxAppointmentCustomFieldMapping>

A delegate method that accepts the created ASPxAppointmentCustomFieldMapping as a parameter.

See Also