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





Gets or sets the element at the specified index.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

Type: Int32
The zero-based index of the element to get or set.

 Property Value

Type: T
The element at the specified index.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.UI.WebForms Namespace