MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
GetItemListLane Method