Class ResourceMappingInfo
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.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class ResourceMappingInfo : MappingInfo, IMappingInfo, IEnumerable<SchedulerMapping>, IEnumerable
Constructors
ResourceMappingInfo()
Declaration
public ResourceMappingInfo()
Properties
Color
Gets or sets the name of the data source property that maps to the resource color.
Declaration
public string Color { get; set; }
Property Value
System.String
|
Id
Gets or sets the name of the data source property that maps to the resource identifier.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Image
Gets or sets the name of the data source property that maps to the resource image.
Declaration
public string Image { get; set; }
Property Value
System.String
|
Name
Gets or sets the name of the data source property that maps to the resource display name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Visible
Gets or sets the name of the data source property that maps to the resource visibility state.
Declaration
public string Visible { get; set; }
Property Value
System.String
|