Class
CellInfoBase

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

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

Inheritance: objectCellInfoBase

Derived Classes: CellInfoCellHighlightInfo

Implements: IColumnCellCoordinatesIEquatable<CellInfoBase>IGroupCellCoordinates

Constructors

CellInfoBase(int, int)

Declaration

cs-api-definition
protected CellInfoBase(int groupIndex, int columnIndex)

Parameters

groupIndex

int

columnIndex

int

Properties

CellState

Gets the CellState of the CellInfo.

Declaration

cs-api-definition
public CellState CellState { get; set; }

Property Value

CellState

Methods

Equals(CellInfoBase)

Declaration

cs-api-definition
public bool Equals(CellInfoBase other)

Parameters

other

CellInfoBase

Returns

bool

Implements IEquatable<CellInfoBase>.Equals(CellInfoBase)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()