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

Represents basic IResourceType implementation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class ResourceType : IResourceType

Inheritance: objectResourceType

Implements: IResourceType

Constructors

Initializes a new instance of the ResourceType class.

C#
public ResourceType()

Initializes a new instance of the ResourceType class.

C#
public ResourceType(string name)
Parameters:namestring

The name.

Properties

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

C#
public bool AllowMultipleSelection { get; set; }
Property Value:

True if [multiple selection]; otherwise, false.

Implements: IResourceType.AllowMultipleSelection

Brush

Brush

Gets or sets the resources.

C#
public Brush Brush { get; set; }
Property Value:

The resources.

Gets or sets the display name.

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

The display name.

Implements: IResourceType.DisplayName

Gets or sets the name.

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

The name.

Implements: IResourceType.Name

Gets the resources.

C#
public ResourceCollection Resources { get; }
Property Value:

The resources.