Interface IResource
To use a object as a resource in RadScheduler it should implement this interface.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IResource : IDataBoundItem
Properties
Color
Gets or sets the color that is associated with the resource.
Declaration
Color Color { get; set; }
Property Value
System.Drawing.Color
The color of the resource. |
Id
Gets or sets the id of the resource.
Declaration
EventId Id { get; set; }
Property Value
EventId
The id of the resource. |
Image
Gets or sets the image of the resource.
Declaration
Image Image { get; set; }
Property Value
System.Drawing.Image
The image of the resource. |
Name
Gets or sets the name of the resource.
Declaration
string Name { get; set; }
Property Value
System.String
The name of the resource. |
Visible
Gets or sets a value indicating whether this IResource is visible.
Declaration
bool Visible { get; set; }
Property Value
System.Boolean
|