Intersoft.Client.UI.Editors Namespace > UXPropertyGrid Class : MoveUpCollectionItemsCommand Property |
<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); }
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.
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