Class
CellHighlightContainer

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class CellHighlightContainer : CellContainer, IDataContainer

Inheritance: objectCellContainerBaseCellContainerCellHighlightContainer

Implements: IDataContainer

Inherited Members CellContainer.ResetTheme()CellContainer.ClearDataContext()CellContainerBase.DataItem

Constructors

CellHighlightContainer()

Declaration

cs-api-definition
public CellHighlightContainer()

Methods

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)