Class
SchedulingDragOperationPayload

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class SchedulingDragOperationPayload : PropertyChangedBase, INotifyPropertyChanged

Inheritance: objectPropertyChangedBaseSchedulingDragOperationPayload

Implements: INotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

SchedulingDragOperationPayload()

Declaration

cs-api-definition
public SchedulingDragOperationPayload()

Properties

DestinationServiceProvider

Declaration

cs-api-definition
public IServiceProvider DestinationServiceProvider { get; set; }

Property Value

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

cs-api-definition
public IDateRange DestinationSlot { get; set; }

Property Value

IDateRange

DragPointOffset

Declaration

cs-api-definition
public TimeSpan DragPointOffset { get; }

Property Value

TimeSpan

DraggedItems

Declaration

cs-api-definition
public IEnumerable DraggedItems { get; }

Property Value

IEnumerable

OperationType

Declaration

cs-api-definition
public DragOperationType OperationType { get; }

Property Value

DragOperationType

SourceElementType

Declaration

cs-api-definition
public DragDropElementType SourceElementType { get; }

Property Value

DragDropElementType

SourceGroupKey

Declaration

cs-api-definition
public object SourceGroupKey { get; }

Property Value

object

SourceServiceProvider

Declaration

cs-api-definition
public IServiceProvider SourceServiceProvider { get; }

Property Value

IServiceProvider

TargetItem

Gets or sets TargetItem. TargetItem is the dragged item while dragging and the resized item while resizing.

Declaration

cs-api-definition
public IDateRange TargetItem { get; }

Property Value

IDateRange