New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

Constructors

C#
public ResourceItem()

Properties

Gets or sets a value indicating whether this instance is checked.

C#
public bool IsChecked { get; set; }
Property Value:

True if this instance is checked; otherwise, false.

Gets or sets the owner.

C#
public ResourceItemCollection Owner { get; }
Property Value:

The owner.

Gets or sets the resource.

C#
public IResource Resource { get; set; }
Property Value:

The resource.

Methods

Raises the property changed.

C#
protected virtual void OnPropertyChanged(string name)
Parameters:namestring

The name.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged