ClassTreeContainer.TreeItemProxy
Class
Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class TreeContainer.TreeItemProxy : DependencyObject
Inheritance: objectTreeContainer.TreeItemProxy
Fields
CanExpandProperty
Declaration
cs-api-definition
public static readonly DependencyProperty CanExpandProperty
Field Value
DependencyProperty
IsExpandedProperty
Declaration
cs-api-definition
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
LevelProperty
Declaration
cs-api-definition
public static readonly DependencyProperty LevelProperty
Field Value
DependencyProperty
SourceItemProperty
Declaration
cs-api-definition
public static readonly DependencyProperty SourceItemProperty
Field Value
DependencyProperty
Properties
DataContext
Declaration
cs-api-definition
public HierarchicalItem DataContext { get; }
Property Value
Methods
SetDataContext(HierarchicalItem)
Declaration
cs-api-definition
public void SetDataContext(HierarchicalItem item)
Parameters
item