TreeCellContainer
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class TreeCellContainer : CellContainer, IDataContainer
Inheritance: objectCellContainerBaseCellContainerTreeCellContainer
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public TreeCellContainer()
Fields
ExpandCollapseVisualCollapsedStyleProperty
DependencyProperty
C#
public static readonly DependencyProperty ExpandCollapseVisualCollapsedStyleProperty
ExpandCollapseVisualExpandedStyleProperty
DependencyProperty
C#
public static readonly DependencyProperty ExpandCollapseVisualExpandedStyleProperty
LevelOffsetProperty
DependencyProperty
C#
public static readonly DependencyProperty LevelOffsetProperty
Methods
C#
protected override void ClearDataContext()
Overrides:
C#
public static Style GetExpandCollapseVisualCollapsedStyle(DependencyObject obj)
Style
C#
public static Style GetExpandCollapseVisualExpandedStyle(DependencyObject obj)
Style
C#
public static double GetLevelOffset(DependencyObject obj)
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Resets the theme.
C#
protected override void ResetThemeOverride()
Overrides:
C#
public static void SetExpandCollapseVisualCollapsedStyle(DependencyObject obj, Style value)
C#
public static void SetExpandCollapseVisualExpandedStyle(DependencyObject obj, Style value)
C#
public static void SetLevelOffset(DependencyObject obj, double value)