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

IResource

Interface

Defines basic methods and properties of a resource.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IResource : IEquatable<IResource>

Derived Classes: Resource

Inherited Members IEquatable<IResource>.Equals(IResource)

Properties

Gets or sets the display name.

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

The display name.

Gets or sets the string value representing the name of the IResource object.

C#
string ResourceName { get; set; }

Gets or sets the string value representing the type of the IResource object.

C#
string ResourceType { get; set; }