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

Inheritance: objectTickInfo

Derived Classes: CurrentHourTickInfoMajorTickInfoMinorTickInfo

Implements: ICellCoordinatesIEquatable<TickInfo>IEventInfo

Constructors

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

Properties

C#
public Range<int> CellCoordinates { get; }

Implements: ICellCoordinates.CellCoordinates

C#
public string FormattedValue { get; }
C#
public Range<long> TimeRange { get; }

Implements: IEventInfo.TimeRange

Methods

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

bool

Overrides: object.Equals(object)

C#
public bool Equals(TickInfo other)
Parameters:otherTickInfoReturns:

bool

Implements: IEquatable<TickInfo>.Equals(TickInfo)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()