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

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public class CellHighlightInfo : CellInfoBase, IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>

Inheritance: objectCellInfoBaseCellHighlightInfo

Implements: IColumnCellCoordinatesIEquatable<CellInfoBase>IGroupCellCoordinates

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

Constructors

C#
public CellHighlightInfo(int groupIndex, int columnIndex)
Parameters:groupIndexintcolumnIndexint

Methods

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

bool

Overrides: CellInfoBase.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: CellInfoBase.GetHashCode()