Uiinfrastructure API Docs  
 

ExpListModel.SetEnableMoveRowActions Method 

Set this flag to true if you want to display the move up and down buttons at the end of each row. Warning: if this is set to true, then the sort by column will NOT be available anymore.

public virtual void SetEnableMoveRowActions(
   bool _bEnableMoveRowActions
);

Parameters

_bEnableMoveRowActions

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace