MindFusion.UI for WebForms Programmer's Guide

StateCollection(T).RemoveAt Method

See Also
 





Removes the IItemStateManager element at the specified index.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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