Skip to main content

IAppointmentStorageBase.Mappings Property

Provides access to appointment mappings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

AppointmentMappingInfo Mappings { get; }

Property Value

Type Description
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