Skip to main content

IPersistentObjectStorage<T>.Mappings Property

Provides access to property mappings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

MappingInfoBase<T> Mappings { get; set; }

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