ASP.NET Pack Programmer's Guide
ItemCollection(T).Item Property (Int32)
See Also
 





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

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override T Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Overrides Property Item( _
    index As Integer _
) As T

 Parameters

index
Type: Int32
The zero based index in the collection.

 Property Value

Type: T
The item located at the specified position in the collection.

 See Also

Item Property Overload List
ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace