InterfaceIResourceType
Interface
Defines basic methods and properties of a resource type.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IResourceType
Properties
AllowMultipleSelection
Gets or sets a value indicating whether [multiple selection].
Declaration
cs-api-definition
bool AllowMultipleSelection { get; set; }
Property Value
True if [multiple selection]; otherwise, false.
DisplayName
Gets or sets the display name.
Declaration
cs-api-definition
string DisplayName { get; set; }
Property Value
The display name.
Name
Gets or sets the name.