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 class CurrentHourTickInfo : TickInfo, IEventInfo, ICellCoordinates, IEquatable<TickInfo>

Inheritance: objectTickInfoCurrentHourTickInfo

Implements: ICellCoordinatesIEquatable<TickInfo>IEventInfo

Inherited Members TickInfo.Equals(TickInfo)TickInfo.FormattedValueTickInfo.TimeRangeTickInfo.CellCoordinates

Constructors

C#
public CurrentHourTickInfo(Range<long> timeRange, int index, string formattedValue)
Parameters:timeRangeRange<long>indexintformattedValuestring

Methods

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

bool

Overrides: TickInfo.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: TickInfo.GetHashCode()