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.
|
System.
|
Properties
CellState
Gets the CellState of the CellInfo.
Declaration
public CellState CellState { get; set; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(CellInfoBase)
Declaration
public bool Equals(CellInfoBase other)
Parameters
Cell
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Explicit Interface Implementations
IColumnCellCoordinates.CellCoordinates
Declaration
Range<int> IColumnCellCoordinates.CellCoordinates { get; }
Returns
Range<System.
|
Implements
IGroupCellCoordinates.CellCoordinates
Declaration
Range<int> IGroupCellCoordinates.CellCoordinates { get; }
Returns
Range<System.
|