Skip to main content

MVCxAppointmentCustomFieldMappingCollection.Add() Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxAppointmentCustomFieldMapping Add()

Returns

Type Description
ASPxAppointmentCustomFieldMapping

A ASPxAppointmentCustomFieldMapping object that is the newly added mapping.

See Also