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()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Overrides
ResetThemeOverride()
Resets the theme.
Declaration
protected override void ResetThemeOverride()
Overrides
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
|