MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.GetItemListLane Method
See Also
 





Gets the index of the lane of the specified item within a List view whose FreeDrag property is enabled.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public int GetItemListLane (
    Item item
)

Visual Basic  Copy Code

Public Function GetItemListLane ( _
    item As Item _
) As Integer

 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

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
SetItemListLane Method