Class
CellContainerBase

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public abstract class CellContainerBase : ContentControl, IDataContainer

Inheritance: objectCellContainerBase

Derived Classes: CellContainerCellEditingContainer

Implements: IDataContainer

Constructors

CellContainerBase()

Declaration

cs-api-definition
protected CellContainerBase()

Properties

DataItem

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object

Implements IDataContainer.DataItem

Methods

ClearDataContext()

Declaration

cs-api-definition
protected abstract void ClearDataContext()

SetDataContext(CellInfo)

Declaration

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

Parameters

cellInfo

CellInfo