Class ResourceType
Represents basic IResourceType implementation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResourceType : IResourceType
Constructors
ResourceType()
ResourceType(String)
Initializes a new instance of the ResourceType class.
Declaration
public ResourceType(string name)
Parameters
System.String
name
The name. |
Properties
AllowMultipleSelection
Gets or sets a value indicating whether [multiple selection].
Declaration
public bool AllowMultipleSelection { get; set; }
Property Value
System.Boolean
|
Implements
Brush
Gets or sets the resources.
Declaration
public Brush Brush { get; set; }
Property Value
System.Windows.Media.Brush
The resources. |
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
The display name. |
Implements
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
Implements
Resources
Gets the resources.
Declaration
public ResourceCollection Resources { get; }
Property Value
ResourceCollection
The resources. |
Explicit Interface Implementations
IResourceType.Resources
Gets the resources.
Declaration
IList IResourceType.Resources { get; }
Returns
System.Collections.IList
The resources. |