DragDropElement
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public static class DragDropElement
Inheritance: objectDragDropElement
Fields
TypeProperty
DependencyProperty
Attached property to specify the DragDropElementType of elements.
C#
public static readonly DependencyProperty TypeProperty
Methods
Gets the value of the DragDropElementType attached property.
C#
public static DragDropElementType GetType(DependencyObject obj)
Sets the value of the DragDropElementType attached property.
C#
public static void SetType(DependencyObject obj, DragDropElementType value)