FilterCollectionT Properties |
The FilterCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Change |
Gets or sets the delegate to create a change object each time the collection is filtered.
|
![]() | Count |
Gets the count of items in the collection.
|
![]() | Filter |
Gets or sets the filter delegate for items in this collection.
|
![]() | HasFilterOrSort |
Gets a value indicating whether this instance has filtering or sorting.
|
![]() | IsReadOnly |
Gets a value indicating whether this collection is read only.
|
![]() | Item |
Gets or sets the FilterCollectionT at the specified index.
|
![]() | Items |
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.
|
![]() | Sort |
Gets or sets the sort.
|