[]
        
(Showing Draft Content)

C1.DataFilter.ChecklistItemsCollection

ChecklistItemsCollection Class

Represents a collection of the ChecklistItem.

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

Constructors

Name Description
ChecklistItemsCollection()

Methods

Name Description
Contains(object)

Returns a value that indicates whether the specified value is in this view.