Skip to main content

MVCxAppointmentCustomFieldMappingCollection.Add() Method

In This Article

Creates and adds a new mapping to the collection of custom field mappings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#Returns

Type Description
ASPxAppointmentCustomFieldMapping

A ASPxAppointmentCustomFieldMapping object that is the newly added mapping.

See Also