MVCxAppointmentStorage.CustomFieldMappings Property
Provides access to the collection of mappings of the appointment’s custom properties.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| MVCxAppointmentCustomFieldMappingCollection | A MVCxAppointmentCustomFieldMappingCollection object that is a collection of mappings. |
Remarks
Use this property to get access to a collection of objects, defining the relationships between the custom properties (fields) of an appointment and data fields of the data source.
See Also