Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class SchedulingDragOperationPayload : PropertyChangedBase, INotifyPropertyChanged
Inheritance: objectPropertyChangedBaseSchedulingDragOperationPayload
Implements:
Inherited Members
Constructors
C#
public SchedulingDragOperationPayload()
Properties
C#
public IServiceProvider DestinationServiceProvider { get; set; }
Gets or sets DestinationSlot and notifies for changes. This property is needed to provide a visual feedback in the DragCue for the destination slot. It SHOULD NOT be used for any other reasons.
C#
public IDateRange DestinationSlot { get; set; }
C#
public IEnumerable DraggedItems { get; }
C#
public TimeSpan DragPointOffset { get; }
C#
public DragOperationType OperationType { get; }
C#
public DragDropElementType SourceElementType { get; }
C#
public object SourceGroupKey { get; }
C#
public IServiceProvider SourceServiceProvider { get; }
Gets or sets TargetItem. TargetItem is the dragged item while dragging and the resized item while resizing.
C#
public IDateRange TargetItem { get; }