Search
ModifiedItemInfo.OldListLane Property
See Also
 






Gets the old list lane of the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int OldListLane { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldListLane As Integer

 Property Value

An integer value representing the previous list lane of the modified item.

 See Also