Version

ResourcePropertyMappings Property (ScheduleListDataSource)

Returns a collection which enables the developer to map a Infragistics.Scheduler.ScheduleResource property to a property of the underlying data object which has a different name.
Syntax
public ResourcePropertyMappingsCollection ResourcePropertyMappings {get; set;}
Remarks

In cases where the names of the properties on the underlying data object are all the same as that of the schedule object properties to which they are bound, a mapping can be automatically assumed to exist. In this case, no explicit mappings are necessary.

In the case where a property of the underlying data object has the same name as a schedule object property, but the developer does not want a mapping to exist, add an ResourcePropertyMapping with a null value for the SchedulePropertyMapping.DataObjectPropertyName property.

Note that in cases where the data type of the bound property does not match that of the schedule object property, the SchedulePropertyMapping.ConvertCallback and SchedulePropertyMapping.ConvertBackCallback methods can be used to convert data bi-directionally.

The following Infragistics.Scheduler.ScheduleResource properties require mappings:

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also