Class OnTimeInfo
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class OnTimeInfo : SlotInfo, IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>
Constructors
OnTimeInfo(Range<Int64>, Int32)
Declaration
public OnTimeInfo(Range<long> timeRange, int index)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
index
|
Properties
OriginalEvent
Declaration
public object OriginalEvent { get; set; }
Property Value
System.Object
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|