MindFusion.Scheduling for Silverlight Programmer's Guide
ItemCollection.Item Property (Int32)
See Also
 





Gets or sets the item located at the specified position within this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public virtual Item Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Overridable Property Item ( _
    index As Integer _
) As Item

 Parameters

index
The zero-based index of the item to get or set.

 Property Value

 See Also

Item Property Overload List
ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace