PersistentObjectStorage<T>.Mappings Property
Provides access to object mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll
Declaration
[Browsable(false)]
public MappingInfoBase<T> Mappings { get; set; }
<Browsable(False)>
Public Property Mappings As MappingInfoBase(Of T)
Property Value
Type | Description |
---|---|
MappingInfoBase<T> | A MappingInfoBase<T> object that provides information on the mapping of the object properties to data fields. |
Implements
DevExpress.XtraScheduler.IPersistentObjectStorage<T>.Mappings
See Also
Feedback