New to Telerik UI for WinFormsStart a free 30-day trial

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: IEnumerableIMappingInfo

Inherited Members MappingInfo.LoadFrom(string)MappingInfo.LoadFrom(string[,])MappingInfo.GetValue(string)MappingInfo.SetValue(string, string)MappingInfo.FindBySchedulerProperty(string)MappingInfo.FindByDataSourceProperty(string)MappingInfo.UniqueIdToDataSourceCallbackMappingInfo.UniqueIdToSchedulerCallbackMappingInfo.Mappings...

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; }

Gets or sets the name of the data source property that maps to the resource visibility state.

C#
public string Visible { get; set; }