Uiinfrastructure API Docs  
 

ExpListModel.MoveDown Method 

Moves the row identified by the index in argument, one row down. The idea is that we are going to change the value of the index column. We just need to swap that value with the one of the row just after.

protected virtual void MoveDown(
   int _nRowIndex
);

Parameters

_nRowIndex
Index of the row to move.

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace