Class
ResourceItem

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

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

bool

True if this instance is checked; otherwise, false.

Owner

Gets or sets the owner.

Declaration

cs-api-definition
public ResourceItemCollection Owner { get; }

Property Value

ResourceItemCollection

The owner.

Resource

Gets or sets the resource.

Declaration

cs-api-definition
public IResource Resource { get; set; }

Property Value

IResource

The resource.

Methods

OnPropertyChanged(string)

Raises the property changed.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string name)

Parameters

name

string

The name.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged