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






Gets or sets command that will be invoked when droping an item to grouped collection.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Action")>
<TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property GroupDropCommand As ICommand
Visual Basic (Usage)Copy Code
Dim instance As UXListBox
Dim value As ICommand
 
instance.GroupDropCommand = value
 
value = instance.GroupDropCommand
C# 
[CategoryAttribute("Action")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public ICommand GroupDropCommand {get; set;}
Delphi 
public read-write property GroupDropCommand: ICommand; 
JScript 
CategoryAttribute("Action")
TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set GroupDropCommand : ICommand
Managed Extensions for C++ 
[CategoryAttribute("Action")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property ICommand* get_GroupDropCommand();
public: __property void set_GroupDropCommand( 
   ICommand* value
);
C++/CLI 
[CategoryAttribute("Action")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property ICommand^ GroupDropCommand {
   ICommand^ get();
   void set (    ICommand^ value);
}

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.