ResourceType
Class
Represents basic IResourceType implementation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class ResourceType : IResourceType
Inheritance: objectResourceType
Implements:
Constructors
Initializes a new instance of the ResourceType class.
C#
public ResourceType()
Initializes a new instance of the ResourceType class.
Properties
Gets or sets a value indicating whether [multiple selection].
C#
public bool AllowMultipleSelection { get; set; }
True if [multiple selection]; otherwise, false.
Implements:
Brush
Brush
Gets or sets the resources.
C#
public Brush Brush { get; set; }
The resources.
Gets or sets the display name.
C#
public string DisplayName { get; set; }
The display name.
Implements:
Gets or sets the name.
C#
public string Name { get; set; }
The name.
Implements:
Gets the resources.
C#
public ResourceCollection Resources { get; }
The resources.