Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CommandModel to move this element logically down 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 MoveDown As CommandModel
public CommandModel MoveDown { get; protected set; }
public:
property CommandModel^ MoveDown {
CommandModel^ get ();
void set (CommandModel^ value);
}
public function get MoveDown () : CommandModel
public function set MoveDown (value : CommandModel)
See Also
CollectionElementViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace