Intersoft ClientUI Documentation
AllowDropItem Property (UXTreeViewItem)



Gets or sets a value that determines whether external item can be dropped to the UXAccordion panel.
Syntax
<CategoryAttribute("Common Properties")>
Public Overrides Property AllowDropItem As Boolean
Dim instance As UXTreeViewItem
Dim value As Boolean
 
instance.AllowDropItem = value
 
value = instance.AllowDropItem
[CategoryAttribute("Common Properties")]
public override bool AllowDropItem {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool AllowDropItem {
   bool get() override;
   void set (    bool value) override;
}
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