Class
TreeCellContainer

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class TreeCellContainer : CellContainer, IDataContainer

Inheritance: objectCellContainerBaseCellContainerTreeCellContainer

Derived Classes: TreeCellHighlightContainer

Implements: IDataContainer

Inherited Members CellContainer.ResetTheme()CellContainerBase.DataItem

Constructors

TreeCellContainer()

Declaration

cs-api-definition
public TreeCellContainer()

Fields

ExpandCollapseVisualCollapsedStyleProperty

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandCollapseVisualCollapsedStyleProperty

Field Value

DependencyProperty

ExpandCollapseVisualExpandedStyleProperty

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandCollapseVisualExpandedStyleProperty

Field Value

DependencyProperty

LevelOffsetProperty

Declaration

cs-api-definition
public static readonly DependencyProperty LevelOffsetProperty

Field Value

DependencyProperty

Methods

ClearDataContext()

Declaration

cs-api-definition
protected override void ClearDataContext()

Overrides CellContainer.ClearDataContext()

GetExpandCollapseVisualCollapsedStyle(DependencyObject)

Declaration

cs-api-definition
public static Style GetExpandCollapseVisualCollapsedStyle(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

Style

GetExpandCollapseVisualExpandedStyle(DependencyObject)

Declaration

cs-api-definition
public static Style GetExpandCollapseVisualExpandedStyle(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

Style

GetLevelOffset(DependencyObject)

Declaration

cs-api-definition
public static double GetLevelOffset(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides CellContainer.OnInitialized(EventArgs)

ResetThemeOverride()

Resets the theme.

Declaration

cs-api-definition
protected override void ResetThemeOverride()

Overrides CellContainer.ResetThemeOverride()

SetDataContext(CellInfo)

Declaration

cs-api-definition
protected override void SetDataContext(CellInfo cellInfo)

Parameters

cellInfo

CellInfo

Overrides CellContainer.SetDataContext(CellInfo)

SetExpandCollapseVisualCollapsedStyle(DependencyObject, Style)

Declaration

cs-api-definition
public static void SetExpandCollapseVisualCollapsedStyle(DependencyObject obj, Style value)

Parameters

obj

DependencyObject

value

Style

SetExpandCollapseVisualExpandedStyle(DependencyObject, Style)

Declaration

cs-api-definition
public static void SetExpandCollapseVisualExpandedStyle(DependencyObject obj, Style value)

Parameters

obj

DependencyObject

value

Style

SetLevelOffset(DependencyObject, double)

Declaration

cs-api-definition
public static void SetLevelOffset(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double