Class TickInfo
Inheritance
System.Object
TickInfo
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TickInfo : Object, IEventInfo, ICellCoordinates, IEquatable<TickInfo>
Constructors
TickInfo(Range<Int64>, Int32, String)
Declaration
public TickInfo(Range<long> timeRange, int index, string formattedValue)
Parameters
Range<System.
|
System.
|
System.
|
Properties
CellCoordinates
Declaration
public Range<int> CellCoordinates { get; }
Property Value
Range<System.
|
Implements
FormattedValue
Declaration
public string FormattedValue { get; }
Property Value
System.
|
TimeRange
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(TickInfo)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|