PersistentObjectStorage<T>.Mappings Property
Provides access to object mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
| Type | Description |
|---|---|
| MappingInfoBase<T> | A MappingInfoBase<T> object that provides information on the mapping of the object properties to data fields. |
See Also