Basica collection of ReorderListItems. This just calls through to the parent's list.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class ReorderListItemCollection : IList<ReorderListItem>, 
	ICollection<ReorderListItem>, IEnumerable<ReorderListItem>, IEnumerable
Visual Basic (Declaration)
Public Class ReorderListItemCollection _
	Implements IList(Of ReorderListItem), ICollection(Of ReorderListItem),  _
	IEnumerable(Of ReorderListItem), IEnumerable
Visual C++
public ref class ReorderListItemCollection : IList<ReorderListItem^>, 
	ICollection<ReorderListItem^>, IEnumerable<ReorderListItem^>, IEnumerable

Inheritance Hierarchy

System..::.Object
  AjaxControlToolkit..::.ReorderListItemCollection

See Also