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

ResourceStorage.Mappings Property

Gets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public ResourceMappingInfo Mappings { get; }

Property Value

Type Description
ResourceMappingInfo

A ResourceMappingInfo object that provides functionality for mapping the properties of the resources to appropriate data fields.

Remarks

Important

This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.

Use the Mappings property to access the ResourceMappingInfo object which contains bindings between the Resource properties and appropriate fields in the data source. The data source is specified using the current resource storage’s PersistentObjectStorage<T>.DataSource property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Mappings property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also