A newer version of this page is available.
Switch to the current version.
AppointmentStorageBase.Mappings Property
Gets an object that specifies how appointment properties map to the data source fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
public AppointmentMappingInfo Mappings { get; set; }
Public Property Mappings As AppointmentMappingInfo
Property Value
Type | Description |
---|---|
AppointmentMappingInfo | An AppointmentMappingInfo object that provides information on the mapping of the appointment properties to the data fields. |
Implements
See Also
Feedback