Intersoft ClientUI Documentation
DropItems Property (ISDragableHeaderedSelectionControl)



Gets or sets collection of drop item during drop event.
Syntax
<CategoryAttribute("Interactivity")>
Public Property DropItems As ObservableCollection(Of Object)
Dim instance As ISDragableHeaderedSelectionControl
Dim value As ObservableCollection(Of Object)
 
instance.DropItems = value
 
value = instance.DropItems
[CategoryAttribute("Interactivity")]
public ObservableCollection<object> DropItems {get; set;}
[CategoryAttribute("Interactivity")]
public:
property ObservableCollection<Object^>^ DropItems {
   ObservableCollection<Object^>^ get();
   void set (    ObservableCollection<Object^>^ value);
}
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

ISDragableHeaderedSelectionControl Class
ISDragableHeaderedSelectionControl Members

Send Feedback