ClassResourceType
Class
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:
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.
Properties
AllowMultipleSelection
Gets or sets a value indicating whether [multiple selection].
Declaration
cs-api-definition
public bool AllowMultipleSelection { get; set; }
Property Value
True if [multiple selection]; otherwise, false.
Implements
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
The display name.
Implements
Name
Gets or sets the name.
Declaration
cs-api-definition
public string Name { get; set; }
Property Value
The name.
Implements
Resources
Gets the resources.
Declaration
cs-api-definition
public ResourceCollection Resources { get; }
Property Value
The resources.