Search
ItemListView.getItemAt Method
See Also
 






Gets the item at the specified position.

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

 Syntax

Java  Copy Code

public Item getItemAt (
    int index
)

 Parameters

index

An integer value specifying the item's index in the list.

 Return Value

The Item at the specified position.

 See Also