Search
Calendar.getListLaneAt Method
See Also
 






Retrieves the index of the CalendarView.List view lane at the specified point, expressed in client coordinates.

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

 Syntax

Java  Copy Code

public int getListLaneAt (
    Point point
)

 Parameters

point

The point to test, expressed in client coordinates.

 Return Value

The zero-based index of the lane at the specified position or -1, if the the point does not lie over a lane.

 See Also