Extends the System.ComponentModel.IBindingList interface by providing advanced sorting and filtering capabilities.
See Also: IBindingListView Members
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.