New to Telerik UI for WPFStart a free 30-day trial

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: IColumnCellCoordinatesIEquatable<CellInfo>IEquatable<CellInfoBase>IGroupCellCoordinatesIObjectWrapper

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

Constructors

C#
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column, CellState cellState)
Parameters:groupIndexintcolumnIndexintdataItemobjectcolumnColumnDefinitioncellStateCellState
C#
public CellInfo(int groupIndex, int columnIndex, object dataItem, ColumnDefinition column)
Parameters:groupIndexintcolumnIndexintdataItemobjectcolumnColumnDefinition

Properties

C#
public object DataItem { get; }
C#
public object OriginalDataItem { get; }

Methods

C#
public bool Equals(CellInfo other)
Parameters:otherCellInfoReturns:

bool

Implements: IEquatable<CellInfo>.Equals(CellInfo)

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: CellInfoBase.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: CellInfoBase.GetHashCode()