IPersistentObjectStorage<T>.Mappings Property
Provides access to property mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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