Class CellInfo
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class CellInfo : CellInfoBase, IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>, IEquatable<CellInfo>, IObjectWrapper, IEditingInfo
Constructors
CellInfo(Int32, Int32, Object, ColumnDefinition)
Declaration
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column)
Parameters
System.Int32
groupIndex
|
System.Int32
columnIndex
|
System.Object
dataItem
|
ColumnDefinition
column
|
CellInfo(Int32, Int32, Object, ColumnDefinition, CellState)
Declaration
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column, CellState cellState)
Parameters
System.Int32
groupIndex
|
System.Int32
columnIndex
|
System.Object
dataItem
|
ColumnDefinition
column
|
CellState
cellState
|
Properties
DataItem
Declaration
public object DataItem { get; }
Property Value
System.Object
|
OriginalDataItem
Declaration
public object OriginalDataItem { get; }
Property Value
System.Object
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
Equals(CellInfo)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
Explicit Interface Implementations
IObjectWrapper.GetOriginalDataItem()
Declaration
object IObjectWrapper.GetOriginalDataItem()
Returns
System.Object
|