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

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

Inherited Members IDataBoundItem.SetDataItem(object)IDataBoundItem.DataItem

Properties

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

C#
Color Color { get; set; }
Property Value:

The color of the resource.

Gets or sets the id of the resource.

C#
EventId Id { get; set; }
Property Value:

The id of the resource.

Gets or sets the image of the resource.

C#
Image Image { get; set; }
Property Value:

The image of the resource.

Gets or sets the name of the resource.

C#
string Name { get; set; }
Property Value:

The name of the resource.

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

C#
bool Visible { get; set; }
Property Value:

true if visible; otherwise, false.

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