Back to Devexpress

IAppointmentDependencyStorage.Mappings Property

corelibraries-devexpress-dot-xtrascheduler-dot-iappointmentdependencystorage.md

latest1.5 KB
Original Source

IAppointmentDependencyStorage.Mappings Property

Gets an object that specifies how persistent resource properties map to the data source fields.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

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

Property Value

TypeDescription
AppointmentDependencyMappingInfo

An ResourceMappingInfo object that provides information on the mapping of the appointment dependency properties to the data fields.

|

See Also

Mappings

IAppointmentDependencyStorage Interface

IAppointmentDependencyStorage Members

DevExpress.XtraScheduler Namespace