Class
TreeContainer.TreeItemProxy

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

CanExpand

Declaration

cs-api-definition
public bool CanExpand { get; set; }

Property Value

bool

DataContext

Declaration

cs-api-definition
public HierarchicalItem DataContext { get; }

Property Value

HierarchicalItem

IsExpanded

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

Level

Declaration

cs-api-definition
public int Level { get; set; }

Property Value

int

SourceItem

Declaration

cs-api-definition
public object SourceItem { get; set; }

Property Value

object

Methods

SetDataContext(HierarchicalItem)

Declaration

cs-api-definition
public void SetDataContext(HierarchicalItem item)

Parameters

item

HierarchicalItem