Class CellInfoBase
Inheritance
System.Object
CellInfoBase
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class CellInfoBase : Object, IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>
Constructors
CellInfoBase(Int32, Int32)
Declaration
protected CellInfoBase(int groupIndex, int columnIndex)
Parameters
System.Int32
groupIndex
|
System.Int32
columnIndex
|
Properties
CellState
Gets the CellState of the CellInfo.
Declaration
public CellState CellState { get; set; }
Property Value
CellState
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(CellInfoBase)
Declaration
public bool Equals(CellInfoBase other)
Parameters
CellInfoBase
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Explicit Interface Implementations
IColumnCellCoordinates.CellCoordinates
Declaration
Range<int> IColumnCellCoordinates.CellCoordinates { get; }
Returns
Range<System.Int32>
|
Implements
IGroupCellCoordinates.CellCoordinates
Declaration
Range<int> IGroupCellCoordinates.CellCoordinates { get; }
Returns
Range<System.Int32>
|