PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public int GetItemListLane (
    Item item
)

Visual Basic

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