RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
IBindingList example. Used for a data binding demonstration only

Namespace: Telerik.Charting
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.1.220.0 (2013.01.220.0)

Syntax

C#
public class ProductsList : CollectionBase, 
	IBindingList, IList, ICollection, IEnumerable
Visual Basic
Public Class ProductsList _
	Inherits CollectionBase _
	Implements IBindingList, IList, ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    Telerik.Charting..::..ProductsList

See Also