Class DragDropElement
Inheritance
System.Object
DragDropElement
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public static class DragDropElement : Object
Fields
TypeProperty
Attached property to specify the DragDropElementType of elements.
Declaration
public static readonly DependencyProperty TypeProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetType(DependencyObject)
Gets the value of the DragDropElementType attached property.
Declaration
public static DragDropElementType GetType(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
DragDropElementType
|
SetType(DependencyObject, DragDropElementType)
Sets the value of the DragDropElementType attached property.
Declaration
public static void SetType(DependencyObject obj, DragDropElementType value)
Parameters
System.Windows.DependencyObject
obj
|
DragDropElementType
value
|