AppointmentDataStorage.Mappings Property
Gets an object that specifies how appointment properties map to the data source fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public AppointmentMappingInfo Mappings { get; }
Public ReadOnly 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