Back to Devexpress

IAppointmentStorageBase.Mappings Property

corelibraries-devexpress-dot-xtrascheduler-dot-iappointmentstoragebase-f42423c4.md

latest1.9 KB
Original Source

IAppointmentStorageBase.Mappings Property

Provides access to appointment mappings.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
AppointmentMappingInfo Mappings { get; }
vb
ReadOnly Property Mappings As AppointmentMappingInfo

Property Value

TypeDescription
AppointmentMappingInfo

An AppointmentMappingInfo object that provides information on the mapping of the appointment properties to data fields.

|

Remarks

Use the Mappings property to access the AppointmentMappingInfo object that specifies how the Appointment‘s properties are mapped to the fields in the data source. The data source for the appointment storage is specified by the PersistentObjectStorage<T>.DataSource property.

See Also

Mappings

IAppointmentStorageBase Interface

IAppointmentStorageBase Members

DevExpress.XtraScheduler Namespace