Intersoft ClientUI Documentation
AllowDropItem Property (UXAccordionItem)



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

UXAccordionItem Class
UXAccordionItem Members

Send Feedback