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