Class
SimpleTreeCellContainer

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

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

Inheritance: objectSimpleCellContainerSimpleTreeCellContainer

Implements: IDataContainer

Inherited Members SimpleCellContainer.ResetTheme()SimpleCellContainer.DataItem

Constructors

SimpleTreeCellContainer()

Declaration

cs-api-definition
public SimpleTreeCellContainer()

Methods

ClearDataContext()

Declaration

cs-api-definition
protected override void ClearDataContext()

Overrides SimpleCellContainer.ClearDataContext()

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides SimpleCellContainer.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 SimpleCellContainer.OnInitialized(EventArgs)

ResetThemeOverride()

Resets the theme.

Declaration

cs-api-definition
protected override void ResetThemeOverride()

Overrides SimpleCellContainer.ResetThemeOverride()

SetDataContext(CellInfo)

Declaration

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

Parameters

cellInfo

CellInfo

Overrides SimpleCellContainer.SetDataContext(CellInfo)