Back to Devexpress

ASPxAppointmentCustomFieldMapping Class

aspnet-devexpress-dot-web-dot-aspxscheduler-368a1013.md

latest2.9 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxAppointmentCustomFieldMapping :
    AppointmentCustomFieldMapping
vb
Public Class ASPxAppointmentCustomFieldMapping
    Inherits AppointmentCustomFieldMapping

The following members return ASPxAppointmentCustomFieldMapping objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxAppointmentCustomFieldMappingCollection.Item[Int32]
ASPxAppointmentCustomFieldMappingCollection.Item[String]
ASP.NET MVC ExtensionsMVCxAppointmentCustomFieldMappingCollection.Add()
MVCxAppointmentCustomFieldMappingCollection.Add(ASPxAppointmentCustomFieldMapping)
MVCxAppointmentCustomFieldMappingCollection.Add(String, String)

Inheritance

Object MappingBase CustomFieldMappingBase<Appointment> AppointmentCustomFieldMapping ASPxAppointmentCustomFieldMapping

See Also

ASPxAppointmentCustomFieldMapping Members

ASPxAppointmentCustomFieldMappingCollection

How to: Bind an ASPxScheduler to MS SQL Server Database (Step-by-Step Guide)

Mappings Wizards

DevExpress.Web.ASPxScheduler Namespace