DragAndDropSettings
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class DragAndDropSettings : PropertyChangedBase, INotifyPropertyChanged
Inheritance: objectPropertyChangedBaseDragAndDropSettings
Implements:
Inherited Members
Constructors
C#
public DragAndDropSettings()
Properties
Gets or sets the IDataObjectProvider instance that will be used in the drag-drop operations.
C#
public DataConverter DataConverter { get; set; }
Gets or sets the DragDropBehavior that will be used in the drag-drop operations.
C#
public ISchedulingDragDropBehavior DragDropBehavior { get; set; }
Gets or sets DragResizeVisualProvider and notifies for changes.
C#
public IDragVisualProvider DragResizeVisualProvider { get; set; }
C#
public ISchedulingLinkBehavior LinkBehavior { get; set; }
Gets or sets the ResizeBehavior that will be used in the drag-resize operations.
C#
public ISchedulingResizeBehavior ResizeBehavior { get; set; }