Share via


CollectionElementViewModel.MoveUp Property

Gets or sets the CommandModel to move this element logically up in the collection.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Property MoveUp As CommandModel
public CommandModel MoveUp { get; protected set; }
public:
property CommandModel^ MoveUp {
    CommandModel^ get ();
    void set (CommandModel^ value);
}
public function get MoveUp () : CommandModel
public function set MoveUp (value : CommandModel)

See Also

CollectionElementViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace