[]
        
(Showing Draft Content)

C1.DataFilter.FilterCollection

FilterCollection Class

Represents a collection of the filters.

Namespace: C1.DataFilter
Assembly: C1.WPF.DataFilter.4.6.2.dll
Syntax
public class FilterCollection : ObservableCollectionBase<Filter>, IList<Filter>, ICollection<Filter>, IList, ICollection, IReadOnlyList<Filter>, IReadOnlyCollection<Filter>, IEnumerable<Filter>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class FilterCollection
    Inherits ObservableCollectionBase(Of Filter)
    Implements IList(Of Filter), ICollection(Of Filter), IList, ICollection, IReadOnlyList(Of Filter), IReadOnlyCollection(Of Filter), IEnumerable(Of Filter), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
FilterCollection()