Class MajorTickInfo
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class MajorTickInfo : TickInfo, IEventInfo, ICellCoordinates, IEquatable<TickInfo>
Constructors
MajorTickInfo(Range<Int64>, Int32, String)
Declaration
public MajorTickInfo(Range<long> timeRange, int index, string formattedValue)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
index
|
System.String
formattedValue
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|