Back to Devexpress

AppointmentDependencyDataStorage.Mappings Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdependencydatastorage-2d9042b4.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentDependencyMappingInfo Mappings { get; }
vb
Public ReadOnly Property Mappings As AppointmentDependencyMappingInfo

Property Value

TypeDescription
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

AppointmentDependencyDataStorage Class

AppointmentDependencyDataStorage Members

DevExpress.XtraScheduler Namespace