Class TreeCellContainer
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class TreeCellContainer : CellContainer, IDataContainer, IThemable, IExpandCollapsableVisual
Constructors
TreeCellContainer()
Declaration
public TreeCellContainer()
Fields
ExpandCollapseVisualCollapsedStyleProperty
Declaration
public static readonly DependencyProperty ExpandCollapseVisualCollapsedStyleProperty
Field Value
System.Windows.DependencyProperty
|
ExpandCollapseVisualExpandedStyleProperty
Declaration
public static readonly DependencyProperty ExpandCollapseVisualExpandedStyleProperty
Field Value
System.Windows.DependencyProperty
|
LevelOffsetProperty
Declaration
public static readonly DependencyProperty LevelOffsetProperty
Field Value
System.Windows.DependencyProperty
|
Methods
ClearDataContext()
GetExpandCollapseVisualCollapsedStyle(DependencyObject)
Declaration
public static Style GetExpandCollapseVisualCollapsedStyle(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Style
|
GetExpandCollapseVisualExpandedStyle(DependencyObject)
Declaration
public static Style GetExpandCollapseVisualExpandedStyle(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Style
|
GetLevelOffset(DependencyObject)
Declaration
public static double GetLevelOffset(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
SetDataContext(CellInfo)
Declaration
protected override void SetDataContext(CellInfo cellInfo)
Parameters
CellInfo
cellInfo
|
Overrides
SetExpandCollapseVisualCollapsedStyle(DependencyObject, Style)
Declaration
public static void SetExpandCollapseVisualCollapsedStyle(DependencyObject obj, Style value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Style
value
|
SetExpandCollapseVisualExpandedStyle(DependencyObject, Style)
Declaration
public static void SetExpandCollapseVisualExpandedStyle(DependencyObject obj, Style value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Style
value
|
SetLevelOffset(DependencyObject, Double)
Declaration
public static void SetLevelOffset(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|