ResourceItem
Class
Represents a ResourceItem control.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class ResourceItem : INotifyPropertyChanged
Inheritance: objectResourceItem
Implements:
Constructors
C#
public ResourceItem()
Properties
Gets or sets a value indicating whether this instance is checked.
C#
public bool IsChecked { get; set; }
True if this instance is checked; otherwise, false.
Gets or sets the owner.
C#
public ResourceItemCollection Owner { get; }
The owner.
Methods
Raises the property changed.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: