Intersoft ClientUI Documentation
AllowDropObject Property (UXTreeViewItem)



Gets or sets a value that determines wheter user can drop object to this control.
Syntax
<CategoryAttribute("Interactivity")>
Public Property AllowDropObject As Boolean
Dim instance As UXTreeViewItem
Dim value As Boolean
 
instance.AllowDropObject = value
 
value = instance.AllowDropObject
[CategoryAttribute("Interactivity")]
public bool AllowDropObject {get; set;}
[CategoryAttribute("Interactivity")]
public:
property bool AllowDropObject {
   bool get();
   void set (    bool 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