Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.Mappings Property

Provides access to object mappings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public 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