ClassResourceItem
Class
Represents a ResourceItem control.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class ResourceItem : INotifyPropertyChanged
Inheritance: objectResourceItem
Implements:
Constructors
ResourceItem()
Declaration
cs-api-definition
public ResourceItem()
Properties
IsChecked
Gets or sets a value indicating whether this instance is checked.
Declaration
cs-api-definition
public bool IsChecked { get; set; }
Property Value
True if this instance is checked; otherwise, false.
Owner
Gets or sets the owner.
Declaration
cs-api-definition
public ResourceItemCollection Owner { get; }
Property Value
The owner.
Methods
OnPropertyChanged(string)
Raises the property changed.
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements