CellInfo
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class CellInfo : CellInfoBase, IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>, IEquatable<CellInfo>, IObjectWrapper
Inheritance: objectCellInfoBaseCellInfo
Implements:
Inherited Members
Constructors
C#
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column, CellState cellState)
C#
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column)
Properties
C#
public object OriginalDataItem { get; }