Provides the features required to support both complex and simple scenarios when binding to a data source.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public interface IBindingList : IList, 
	ICollection, IEnumerable
Visual Basic
Public Interface IBindingList _
	Inherits IList, ICollection, IEnumerable

See Also