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