Intersoft ClientUI Documentation
AllowMoveItem Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXAccordionItem Class : AllowMoveItem Property






Gets or sets a value that determines whether the UXAccordionItems can be moved.

Syntax

Visual Basic (Declaration) 
Public Overrides Property AllowMoveItem As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXAccordionItem
Dim value As Boolean
 
instance.AllowMoveItem = value
 
value = instance.AllowMoveItem
C# 
public override bool AllowMoveItem {get; set;}
Delphi 
public read-write property AllowMoveItem: Boolean; override; 
JScript 
public override function get,set AllowMoveItem : boolean
Managed Extensions for C++ 
public: __property bool get_AllowMoveItem() override;
public: __property void set_AllowMoveItem( 
   bool value
) override;
C++/CLI 
public:
property bool AllowMoveItem {
   bool get() override;
   void set (    bool value) override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.