ClassSlot
Class
Class representing destination slot of the dragged item.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2218:OverrideGetHashCodeOnOverridingEquals")]
public class Slot : PropertyChangedBase, INotifyPropertyChanged, IDateRange, IEquatable<Slot>
Inheritance: objectPropertyChangedBaseSlot
Implements:
Inherited Members
Constructors
Slot()
Declaration
cs-api-definition
public Slot()
Properties
DropPosition
Declaration
cs-api-definition
public DropRelativePosition DropPosition { get; set; }
Property Value
End
Gets or sets the end.
Declaration
cs-api-definition
public DateTime End { get; set; }
Property Value
The end.
Implements