ClassSchedulingDragOperationPayload
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class SchedulingDragOperationPayload : PropertyChangedBase, INotifyPropertyChanged
Inheritance: objectPropertyChangedBaseSchedulingDragOperationPayload
Implements:
Inherited Members
Constructors
SchedulingDragOperationPayload()
Declaration
cs-api-definition
public SchedulingDragOperationPayload()
Properties
DestinationServiceProvider
Declaration
cs-api-definition
public IServiceProvider DestinationServiceProvider { get; set; }
Property Value
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
cs-api-definition
public IDateRange DestinationSlot { get; set; }
Property Value
OperationType
Declaration
cs-api-definition
public DragOperationType OperationType { get; }
Property Value
SourceElementType
Declaration
cs-api-definition
public DragDropElementType SourceElementType { get; }
Property Value
SourceServiceProvider
Declaration
cs-api-definition
public IServiceProvider SourceServiceProvider { get; }
Property Value
TargetItem
Gets or sets TargetItem. TargetItem is the dragged item while dragging and the resized item while resizing.