Intersoft ClientUI Documentation
DropObjectCommand Property



Gets or sets command that will be raised when user drop object to this control.
Syntax
<CategoryAttribute("Interactivity")>
Public Property DropObjectCommand As ICommand
Dim instance As UXTreeViewItem
Dim value As ICommand
 
instance.DropObjectCommand = value
 
value = instance.DropObjectCommand
[CategoryAttribute("Interactivity")]
public ICommand DropObjectCommand {get; set;}
[CategoryAttribute("Interactivity")]
public:
property ICommand^ DropObjectCommand {
   ICommand^ get();
   void set (    ICommand^ value);
}
Remarks
UXTreeView supports drag and drop capability which is built upon ClientUI DragDrop Framework. To learn more how to enable drag and drop to UXTreeView, see ItemsControl Overview and Drag-drop Framework Overview respectively.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTreeViewItem Class
UXTreeViewItem Members

Send Feedback