Plumtree Portal UI  
 

PTMultiColumnListModel.SetDefaultValue Method 

Sets a new default value. By default this is an array of empty strings. This value is used on add to populate the input text of the newly added row.

public virtual void SetDefaultValue(
   string[] _sDefaultValue
);

Parameters

_sDefaultValue
New value

See Also

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace