Intersoft ClientUI Documentation
MoveUpCollectionItemsCommand Property



Gets or sets command that will be invoked when moving up collection items.
Syntax
<CategoryAttribute("Action")>
<TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property MoveUpCollectionItemsCommand As ICommand
Dim instance As UXPropertyGrid
Dim value As ICommand
 
instance.MoveUpCollectionItemsCommand = value
 
value = instance.MoveUpCollectionItemsCommand
[CategoryAttribute("Action")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public ICommand MoveUpCollectionItemsCommand {get; set;}
[CategoryAttribute("Action")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property ICommand^ MoveUpCollectionItemsCommand {
   ICommand^ get();
   void set (    ICommand^ value);
}
Remarks
UXPropertyGrid also provides several command-related properties that you can bind to your ViewModel to execute a method depending on the actions. These command-related properties are listed as follows.

When invoked, all of these commands will pass CollectionItemsCommandArgs as an argument which contains information about the corresponding items. In addition, if you want to cancel these action, simply set the argument's Cancel property to True.

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

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback