Back to Devexpress

ASPxAppointmentStorage.Mappings Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxappointmentstorage.md

latest1.6 KB
Original Source

ASPxAppointmentStorage.Mappings Property

Provides access to the object containing a set of appointment’s properties mappings.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxAppointmentMappingInfo Mappings { get; }
vb
Public ReadOnly Property Mappings As ASPxAppointmentMappingInfo

Property Value

TypeDescription
ASPxAppointmentMappingInfo

A ASPxAppointmentMappingInfo object containing associations of appointment properties to data fields.

|

Remarks

Use this property to get access to the object defining the relationships between the properties of an appointment and data fileds of the data source.

See Also

Mappings

ASPxAppointmentStorage Class

ASPxAppointmentStorage Members

DevExpress.Web.ASPxScheduler Namespace