Class
CellHighlightInfo

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

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

Inheritance: objectCellInfoBaseCellHighlightInfo

Implements: IColumnCellCoordinatesIEquatable<CellInfoBase>IGroupCellCoordinates

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

Constructors

CellHighlightInfo(int, int)

Declaration

cs-api-definition
public CellHighlightInfo(int groupIndex, int columnIndex)

Parameters

groupIndex

int

columnIndex

int

Methods

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()