Class ResourceItem
Represents a ResourceItem control.
Inheritance
System.Object
ResourceItem
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResourceItem : Object, INotifyPropertyChanged
Constructors
ResourceItem()
Declaration
public ResourceItem()
Properties
IsChecked
Gets or sets a value indicating whether this instance is checked.
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
Owner
Gets or sets the owner.
Declaration
public ResourceItemCollection Owner { get; }
Property Value
ResourceItemCollection
The owner. |
Resource
Gets or sets the resource.
Declaration
public IResource Resource { get; set; }
Property Value
IResource
The resource. |
Methods
OnPropertyChanged(String)
Raises the property changed.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
System.String
name
The name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|