ASPxAppointmentCustomFieldMapping Class
Represents a mapping of a custom property of an appointment to an appropriate data field.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Related API Members
The following members return ASPxAppointmentCustomFieldMapping objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxAppointmentCustomFieldMappingCollection.Item[Int32] |
| ASPxAppointmentCustomFieldMappingCollection.Item[String] | |
| ASP.NET MVC Extensions | MVCxAppointmentCustomFieldMappingCollection.Add() |
| MVCxAppointmentCustomFieldMappingCollection.Add(ASPxAppointmentCustomFieldMapping) | |
| MVCxAppointmentCustomFieldMappingCollection.Add(String, String) |
Inheritance
See Also