Class CellHighlightInfo
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class CellHighlightInfo : CellInfoBase, IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>
Constructors
CellHighlightInfo(Int32, Int32)
Declaration
public CellHighlightInfo(int groupIndex, int columnIndex)
Parameters
System.Int32
groupIndex
|
System.Int32
columnIndex
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|