Back to Devexpress

ASPxAppointmentCustomFieldMappingCollection Class

aspnet-devexpress-dot-web-dot-aspxscheduler-48c1edb1.md

latest4.1 KB
Original Source

ASPxAppointmentCustomFieldMappingCollection Class

Represents a collection of mappings of the custom properties of appointments to appropriate data fields.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxAppointmentCustomFieldMappingCollection :
    AppointmentCustomFieldMappingCollection
vb
Public Class ASPxAppointmentCustomFieldMappingCollection
    Inherits AppointmentCustomFieldMappingCollection

The following members return ASPxAppointmentCustomFieldMappingCollection objects:

Remarks

The ASPxAppointmentCustomFieldMappingCollection represents a collection of ASPxAppointmentCustomFieldMapping objects. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

Implements

IList<MappingBase>

ICollection<MappingBase>

IEnumerable<MappingBase>

IList

ICollection

IEnumerable

DevExpress.Utils.IBatchUpdateable

DevExpress.Utils.IBatchUpdateHandler

Inheritance

Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<Appointment> AppointmentCustomFieldMappingCollection ASPxAppointmentCustomFieldMappingCollection MVCxAppointmentCustomFieldMappingCollection

See Also

ASPxAppointmentCustomFieldMappingCollection Members

ASPxResourceCustomFieldMappingCollection

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

Mappings Wizards

DevExpress.Web.ASPxScheduler Namespace