System.ComponentModel.IBindingListView

Extends the System.ComponentModel.IBindingList interface by providing advanced sorting and filtering capabilities.

See Also: IBindingListView Members

Syntax

public interface IBindingListView : IList, IBindingList

Remarks

With the System.ComponentModel.IBindingListView interface, you implement advanced sorting as a set of property descriptor-direction pairs. You implement filtering as a string to be interpreted by the data source implementation. The System.ComponentModel.IBindingListView interface is implemented by the System.Windows.Forms.BindingSource class.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0