Interface IResourceType
Defines basic methods and properties of a resource type.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IResourceType
Properties
AllowMultipleSelection
Gets or sets a value indicating whether [multiple selection].
Declaration
bool AllowMultipleSelection { get; set; }
Property Value
System.Boolean
|
DisplayName
Gets or sets the display name.
Declaration
string DisplayName { get; set; }
Property Value
System.String
The display name. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
System.String
The name. |
Resources
Gets or sets the resources.
Declaration
IList Resources { get; }
Property Value
System.Collections.IList
The resources. |