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