Class DragDropElement
Inheritance
System.Object
DragDropElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public static class DragDropElement
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
|