IBindingListView Interface
.NET Framework 2.0
Extends the IBindingList interface by providing advanced sorting and filtering capabilities.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public Interface IBindingListView Inherits IBindingList, IList, ICollection, IEnumerable 'Usage Dim instance As IBindingListView
public interface IBindingListView extends IBindingList, IList, ICollection, IEnumerable
public interface IBindingListView extends IBindingList, IList, ICollection, IEnumerable
Not applicable.
With the 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 IBindingListView interface is implemented by the BindingSource.class.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: