Class
DragAndDropSettings

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

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

Inheritance: objectPropertyChangedBaseDragAndDropSettings

Implements: INotifyPropertyChanged

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

Constructors

DragAndDropSettings()

Declaration

cs-api-definition
public DragAndDropSettings()

Properties

DataConverter

Gets or sets the IDataObjectProvider instance that will be used in the drag-drop operations.

Declaration

cs-api-definition
public DataConverter DataConverter { get; set; }

Property Value

DataConverter

DragDropBehavior

Gets or sets the DragDropBehavior that will be used in the drag-drop operations.

Declaration

cs-api-definition
public ISchedulingDragDropBehavior DragDropBehavior { get; set; }

Property Value

ISchedulingDragDropBehavior

DragResizeVisualProvider

Gets or sets DragResizeVisualProvider and notifies for changes.

Declaration

cs-api-definition
public IDragVisualProvider DragResizeVisualProvider { get; set; }

Property Value

IDragVisualProvider

LinkBehavior

Declaration

cs-api-definition
public ISchedulingLinkBehavior LinkBehavior { get; set; }

Property Value

ISchedulingLinkBehavior

ResizeBehavior

Gets or sets the ResizeBehavior that will be used in the drag-resize operations.

Declaration

cs-api-definition
public ISchedulingResizeBehavior ResizeBehavior { get; set; }

Property Value

ISchedulingResizeBehavior