Class SchedulingDragOperationPayload
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SchedulingDragOperationPayload : PropertyChangedBase, INotifyPropertyChanged
Constructors
SchedulingDragOperationPayload()
Declaration
public SchedulingDragOperationPayload()
Properties
DestinationServiceProvider
Declaration
public IServiceProvider DestinationServiceProvider { get; set; }
Property Value
System.IServiceProvider
|
DestinationSlot
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.
Declaration
public IDateRange DestinationSlot { get; set; }
Property Value
IDateRange
|
DraggedItems
Declaration
public IEnumerable DraggedItems { get; }
Property Value
System.Collections.IEnumerable
|
DragPointOffset
Declaration
public TimeSpan DragPointOffset { get; }
Property Value
System.TimeSpan
|
OperationType
SourceElementType
Declaration
public DragDropElementType SourceElementType { get; }
Property Value
DragDropElementType
|
SourceGroupKey
Declaration
public object SourceGroupKey { get; }
Property Value
System.Object
|
SourceServiceProvider
Declaration
public IServiceProvider SourceServiceProvider { get; }
Property Value
System.IServiceProvider
|
TargetItem
Gets or sets TargetItem. TargetItem is the dragged item while dragging and the resized item while resizing.
Declaration
public IDateRange TargetItem { get; }
Property Value
IDateRange
|