Uiinfrastructure API Docs  
 

GrowableListModel.SetDefaultValue Method 

Sets a new default value. By default this is an empty string. 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

GrowableListModel Class | com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace