Search
Calendar.getItemListLane Method
See Also
 






Gets the index of the lane of the specified item within a List view with ListViewSettings.setFreeDrag set to true.

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

 Syntax

Java  Copy Code

public int getItemListLane (
    Item item
)

 Parameters

item

A reference to the Item whose lane index to retrieve.

 Return Value

The zero-based index of the item lane or -1, if the item is not associated with a lane.

 See Also