This is the control that represents an item in the reorder list. It's kind of special because it can either be an LI element or something else, which is needed so the DragHandle can also be bindable (it's a child of a list item)

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

Syntax

C#
public class ReorderListItem : WebControl, 
	IDataItemContainer, INamingContainer
Visual Basic (Declaration)
Public Class ReorderListItem _
	Inherits WebControl _
	Implements IDataItemContainer, INamingContainer
Visual C++
public ref class ReorderListItem : public WebControl, 
	IDataItemContainer, INamingContainer

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      AjaxControlToolkit..::.ReorderListItem

See Also