Skip to main content

ASPxAppointmentStorage.CustomFieldMappings Property

Provides access to the collection of mappings of the appointment’s custom properties.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxAppointmentCustomFieldMappingCollection CustomFieldMappings { get; }

Property Value

Type Description
ASPxAppointmentCustomFieldMappingCollection

An ASPxAppointmentCustomFieldMappingCollection object, representing 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