ResourceMappingInfo
Class
Provides mapping information for binding resource data from external data sources to Resource objects in RadScheduler. This class defines how properties in the data source correspond to resource properties.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class ResourceMappingInfo : MappingInfo, IMappingInfo, IEnumerable
Inheritance: objectMappingInfoResourceMappingInfo
Implements:
Inherited Members
Constructors
C#
public ResourceMappingInfo()
Properties
Gets or sets the name of the data source property that maps to the resource color.
C#
public string Color { get; set; }
Gets or sets the name of the data source property that maps to the resource identifier.
C#
public string Id { get; set; }
Gets or sets the name of the data source property that maps to the resource image.
C#
public string Image { get; set; }
Gets or sets the name of the data source property that maps to the resource display name.
C#
public string Name { get; set; }