Uiinfrastructure API Docs  
 

ExpListView.AddHTMLToActionBar Method 

Empty method that sub classes can override to add actions to the action bar (like a create object action).

protected virtual void AddHTMLToActionBar(
   HTMLTableRow _myRow
);

Parameters

_myRow
Action bar row object.

See Also

ExpListView Class | com.plumtree.uiinfrastructure.expandablelist Namespace