ASP.NET Pack Programmer's Guide
StateCollection(T).RemoveAt Method
See Also
 





Removes the IItemStateManager element at the specified index.

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

 Syntax

C#  Copy Code

public virtual void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Overridable Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

Type: Int32
The index to remove at.

 See Also

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