Click or drag to resize

FilterCollectionT Properties

The FilterCollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyChange
Gets or sets the delegate to create a change object each time the collection is filtered.
Public propertyCount
Gets the count of items in the collection.
Public propertyFilter
Gets or sets the filter delegate for items in this collection.
Protected propertyHasFilterOrSort
Gets a value indicating whether this instance has filtering or sorting.
Public propertyIsReadOnly
Gets a value indicating whether this collection is read only.
Public propertyItem
Protected propertyItems
Gets the underlying list of items that the filtered collection is based off. If you change this list, you must call Rebuild to update the filtered collection.
Public propertySort
Gets or sets the sort.
Top
See Also