Uiinfrastructure API Docs  
 

MultiColumnListModel.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

MultiColumnListModel Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace