Search
ItemModifyConfirmEventArgs.NewListLane Property
See Also
 






Gets or sets the index of the new list lane of the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int NewListLane { get; set; }

Visual Basic  Copy Code

Public Property NewListLane As Integer

 Property Value

An integer value.

 See Also