Class TreeContainer.TreeItemProxy
Inherited Members
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TreeItemProxy : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
CanExpand
Gets or sets CanExpand and notifies for changes.
Declaration
public bool CanExpand { get; set; }
Property Value
System.Boolean
|
DataContext
IsExpanded
Gets or sets IsExpanded and notifies for changes.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Level
Gets or sets Level and notifies for changes.
Declaration
public int Level { get; set; }
Property Value
System.Int32
|
SourceItem
Gets or sets SourceItem and notifies for changes.
Declaration
public object SourceItem { get; set; }
Property Value
System.Object
|