Interface
IResourceType

Defines basic methods and properties of a resource type.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IResourceType

Properties

AllowMultipleSelection

Gets or sets a value indicating whether [multiple selection].

Declaration

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

Property Value

bool

True if [multiple selection]; otherwise, false.

DisplayName

Gets or sets the display name.

Declaration

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

Property Value

string

The display name.

Name

Gets or sets the name.

Declaration

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

Property Value

string

The name.

Resources

Gets or sets the resources.

Declaration

cs-api-definition
IList Resources { get; }

Property Value

IList

The resources.