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

TimeRegionMappings Class

Provides information on the time region properties’ mapping to data fields.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public class TimeRegionMappings :
    SchedulerItemBaseMappings

The following members return TimeRegionMappings objects:

Remarks

The ResourceMappings class contains a set of properties whose names are similar to the persistent properties declared within the TimeRegionItem class. If the SchedulerControl is bound to a data source using its DataSource.TimeRegionsSource property, the TimeRegionMappings class properties allow the corresponding TimeRegionItem properties to be bound to appropriate fields in the data source.

Access the ResourceMappings object using the DataSource.TimeRegionMappings property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimeRegionMappings class.

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.

Inheritance

Object
BindableBase
DevExpress.Mvvm.Native.FreezableBase
See Also