Search
ItemListView.addItem Method (Item, String)
See Also
 






Adds a new item to the end of the list view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void addItem (
    Item item,
    String label
)

 Parameters

item

The item to add.

label

The text to be displayed for the item.

 See Also