Class DockingDragDropPayload
Represents a wrapper for drag and drop information in RadDocking.
Inheritance
System.Object
DockingDragDropPayload
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.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class DockingDragDropPayload
Properties
Title
The title of the dragged element.
Declaration
public object Title { get; }
Property Value
System.Object
|