New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class TreeCellContainer : CellContainer, IDataContainer

Inheritance: objectCellContainerBaseCellContainerTreeCellContainer

Derived Classes: TreeCellHighlightContainer

Implements: IDataContainer

Inherited Members CellContainer.ResetTheme()CellContainerBase.DataItem

Constructors

C#
public TreeCellContainer()

Fields

C#
public static readonly DependencyProperty ExpandCollapseVisualCollapsedStyleProperty
C#
public static readonly DependencyProperty ExpandCollapseVisualExpandedStyleProperty

LevelOffsetProperty

DependencyProperty

C#
public static readonly DependencyProperty LevelOffsetProperty

Methods

C#
protected override void ClearDataContext()

Overrides: CellContainer.ClearDataContext()

C#
public static Style GetExpandCollapseVisualCollapsedStyle(DependencyObject obj)
Parameters:objDependencyObjectReturns:

Style

C#
public static Style GetExpandCollapseVisualExpandedStyle(DependencyObject obj)
Parameters:objDependencyObjectReturns:

Style

C#
public static double GetLevelOffset(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

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)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: CellContainer.OnInitialized(EventArgs)

Resets the theme.

C#
protected override void ResetThemeOverride()

Overrides: CellContainer.ResetThemeOverride()

C#
protected override void SetDataContext(CellInfo cellInfo)
Parameters:cellInfoCellInfo

Overrides: CellContainer.SetDataContext(CellInfo)

C#
public static void SetExpandCollapseVisualCollapsedStyle(DependencyObject obj, Style value)
Parameters:objDependencyObjectvalueStyle
C#
public static void SetExpandCollapseVisualExpandedStyle(DependencyObject obj, Style value)
Parameters:objDependencyObjectvalueStyle
C#
public static void SetLevelOffset(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble