Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class TreeContainer.TreeItemProxy : DependencyObject
Inheritance: objectTreeContainer.TreeItemProxy
Fields
CanExpandProperty
DependencyProperty
C#
public static readonly DependencyProperty CanExpandProperty
IsExpandedProperty
DependencyProperty
C#
public static readonly DependencyProperty IsExpandedProperty
LevelProperty
DependencyProperty
C#
public static readonly DependencyProperty LevelProperty
SourceItemProperty
DependencyProperty
C#
public static readonly DependencyProperty SourceItemProperty
Properties
C#
public HierarchicalItem DataContext { get; }
C#
public bool IsExpanded { get; set; }
C#
public object SourceItem { get; set; }