MindFusion.Scheduling for ASP.NET Programmer's Guide
CollectionItemInsertEventArgs(T).Index Property
See Also
 





Gets the zero based index where the item is inserted in the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

Public ReadOnly Property Index As Integer

 Property Value

An integer that represents the zero based index where the item is inserted.

 See Also

CollectionItemInsertEventArgs(T) Members
CollectionItemInsertEventArgs(T) Class
MindFusion.Scheduling Namespace