Skip to main content

AppointmentDataStorage.Mappings Property

Gets an object that specifies how appointment properties map to the data source fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentMappingInfo Mappings { get; }

Property Value

Type Description
AppointmentMappingInfo

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

See Also