Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public AppointmentDependencyMappingInfo Mappings { get; }

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.

See Also