Class
CellInfo

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class CellInfo : CellInfoBase, IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>, IEquatable<CellInfo>, IObjectWrapper

Inheritance: objectCellInfoBaseCellInfo

Implements: IColumnCellCoordinatesIEquatable<CellInfo>IEquatable<CellInfoBase>IGroupCellCoordinatesIObjectWrapper

Inherited Members CellInfoBase.ToString()CellInfoBase.Equals(CellInfoBase)CellInfoBase.CellState

Constructors

CellInfo(int, int, object, ColumnDefinition)

Declaration

cs-api-definition
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column)

Parameters

groupIndex

int

columnIndex

int

dataItem

object

column

ColumnDefinition

CellInfo(int, int, object, ColumnDefinition, CellState)

Declaration

cs-api-definition
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column, CellState cellState)

Parameters

groupIndex

int

columnIndex

int

dataItem

object

column

ColumnDefinition

cellState

CellState

Properties

DataItem

Declaration

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

Property Value

object

OriginalDataItem

Declaration

cs-api-definition
public object OriginalDataItem { get; }

Property Value

object

Methods

Equals(CellInfo)

Declaration

cs-api-definition
public bool Equals(CellInfo other)

Parameters

other

CellInfo

Returns

bool

Implements IEquatable<CellInfo>.Equals(CellInfo)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides CellInfoBase.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides CellInfoBase.GetHashCode()