IResource
Interface
To use a object as a resource in RadScheduler it should implement this interface.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public interface IResource : IDataBoundItem
Derived Classes:
Inherited Members
Properties
Gets or sets the color that is associated with the resource.
C#
Color Color { get; set; }
The color of the resource.
Gets or sets the id of the resource.
C#
EventId Id { get; set; }
The id of the resource.
Gets or sets the image of the resource.
C#
Image Image { get; set; }
The image of the resource.
Gets or sets the name of the resource.
C#
string Name { get; set; }
The name of the resource.