Interface
IResource

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 IDataBoundItem.SetDataItem(object)IDataBoundItem.DataItem

Properties

Color

Gets or sets the color that is associated with the resource.

Declaration

cs-api-definition
Color Color { get; set; }

Property Value

Color

The color of the resource.

Id

Gets or sets the id of the resource.

Declaration

cs-api-definition
EventId Id { get; set; }

Property Value

EventId

The id of the resource.

Image

Gets or sets the image of the resource.

Declaration

cs-api-definition
Image Image { get; set; }

Property Value

Image

The image of the resource.

Name

Gets or sets the name of the resource.

Declaration

cs-api-definition
string Name { get; set; }

Property Value

string

The name of the resource.

Visible

Gets or sets a value indicating whether this IResource is visible.

Declaration

cs-api-definition
bool Visible { get; set; }

Property Value

bool

true if visible; otherwise, false.

In this article
DefinitionPropertiesColorIdImageNameVisible
Not finding the help you need?
Contact Support