Search
Calendar.setItemListLane Method
See Also
 






Sets the lane index for 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 void setItemListLane (
    Item item,
    int lane
)

 Parameters

item

A reference to the Item whose lane index to set.

lane

The zero-based index of the new item lane.

 See Also