InterfaceIResource
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:
cs-api-definition
public interface IResource : IDataBoundItem
Inherited Members
Properties
Color
Gets or sets the color that is associated with the resource.
Declaration
cs-api-definition
Color Color { get; set; }
Property Value
The color of the resource.
Id
Gets or sets the id of the resource.
Declaration
cs-api-definition
EventId Id { get; set; }
Property Value
The id of the resource.
Image
Gets or sets the image of the resource.
Declaration
cs-api-definition
Image Image { get; set; }
Property Value
The image of the resource.
Name
Gets or sets the name of the resource.
Declaration
cs-api-definition
string Name { get; set; }
Property Value
The name of the resource.