AppointmentDependencyDataStorage.Mappings Property
Gets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AppointmentDependencyMappingInfo | An AppointmentDependencyMappingInfo object containing information on the mapping of the dependency’s properties to the appropriate data fields. |
Remarks
Use the Mappings property to access the AppointmentDependencyMappingInfo object that specifies bindings of the AppointmentDependency properties to the appropriate fields in the data source. The data source is specified using the AppointmentDependencyDataStorage.DataSource property of the current appointment dependency storage.