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 abstract class CellInfoBase : IGroupCellCoordinates, IColumnCellCoordinates, IEquatable<CellInfoBase>

Inheritance: objectCellInfoBase

Derived Classes: CellInfoCellHighlightInfo

Implements: IColumnCellCoordinatesIEquatable<CellInfoBase>IGroupCellCoordinates

Constructors

C#
protected CellInfoBase(int groupIndex, int columnIndex)
Parameters:groupIndexintcolumnIndexint

Properties

Gets the CellState of the CellInfo.

C#
public CellState CellState { get; set; }

Methods

C#
public bool Equals(CellInfoBase other)
Parameters:otherCellInfoBaseReturns:

bool

Implements: IEquatable<CellInfoBase>.Equals(CellInfoBase)

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

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()