New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
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

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; }