We create our own BulletedListItem control here (LI) because the ASP.NET BulletedList control exposes a collection of list items rather than a child collection of controls.

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

Syntax

C#
public class BulletedListItem : WebControl
Visual Basic (Declaration)
Public Class BulletedListItem _
	Inherits WebControl
Visual C++
public ref class BulletedListItem : public WebControl

Inheritance Hierarchy

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

See Also