System.ComponentModel.IBindingListView public interface IBindingListView : ICollection, IEnumerable, IList, IBindingList Documentation string Filter { get; set; } ListSortDescriptionCollection SortDescriptions { get; } bool SupportsAdvancedSorting { get; } bool SupportsFiltering { get; } void ApplySort(ListSortDescriptionCollection sorts) void RemoveFilter()