Class Slot
Class representing destination slot of the dragged item.
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class Slot : PropertyChangedBase, INotifyPropertyChanged, IDateRange, IEquatable<Slot>
Constructors
Slot()
Declaration
public Slot()
Properties
DropPosition
Declaration
public DropRelativePosition DropPosition { get; set; }
Property Value
DropRelativePosition
|
End
Gets or sets the end.
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
The end. |
Implements
GroupKey
Declaration
public object GroupKey { get; set; }
Property Value
System.Object
|
Start
Gets or sets the start.
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
The start. |
Implements
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(Slot)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Operators
Equality(Slot, Slot)
Declaration
public static bool operator ==(Slot left, Slot right)
Parameters
Slot
left
|
Slot
right
|
Returns
System.Boolean
|
Inequality(Slot, Slot)
Declaration
public static bool operator !=(Slot left, Slot right)
Parameters
Slot
left
|
Slot
right
|
Returns
System.Boolean
|