Class TreeContainer.TreeItemProxy
Inheritance
System.Object
TreeContainer.TreeItemProxy
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TreeItemProxy : DependencyObject
Fields
CanExpandProperty
Declaration
public static readonly DependencyProperty CanExpandProperty
Field Value
System.Windows.DependencyProperty
|
IsExpandedProperty
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty
|
LevelProperty
Declaration
public static readonly DependencyProperty LevelProperty
Field Value
System.Windows.DependencyProperty
|
SourceItemProperty
Declaration
public static readonly DependencyProperty SourceItemProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CanExpand
Declaration
public bool CanExpand { get; set; }
Property Value
System.Boolean
|
DataContext
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Level
Declaration
public int Level { get; set; }
Property Value
System.Int32
|
SourceItem
Declaration
public object SourceItem { get; set; }
Property Value
System.Object
|