Search
Calendar.SetItemListLane Method
See Also
 






Sets the lane index for the specified item within a List view whose FreeDrag property is enabled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void SetItemListLane (
    Item item,
    int lane
)

Visual Basic  Copy Code

Public Sub SetItemListLane( _
    item As Item, _
    lane As Integer _
)

 Parameters

item

A reference to the Item whose lane index to set.

lane

The zero-based index of the new item lane.

 See Also