Class
ResourceType

Represents basic IResourceType implementation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class ResourceType : IResourceType

Inheritance: objectResourceType

Implements: IResourceType

Constructors

ResourceType()

Initializes a new instance of the ResourceType class.

Declaration

cs-api-definition
public ResourceType()

ResourceType(string)

Initializes a new instance of the ResourceType class.

Declaration

cs-api-definition
public ResourceType(string name)

Parameters

name

string

The name.

Properties

AllowMultipleSelection

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

Declaration

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

Property Value

bool

True if [multiple selection]; otherwise, false.

Implements IResourceType.AllowMultipleSelection

Brush

Gets or sets the resources.

Declaration

cs-api-definition
public Brush Brush { get; set; }

Property Value

Brush

The resources.

DisplayName

Gets or sets the display name.

Declaration

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

Property Value

string

The display name.

Implements IResourceType.DisplayName

Name

Gets or sets the name.

Declaration

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

Property Value

string

The name.

Implements IResourceType.Name

Resources

Gets the resources.

Declaration

cs-api-definition
public ResourceCollection Resources { get; }

Property Value

ResourceCollection

The resources.