Click or drag to resize

SelectableFilterCollectionT Methods

The SelectableFilterCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Clear this collection.
(Overrides FilterCollectionTClear.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event.
(Overrides FilterCollectionTOnCollectionChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnSelectionChanged
Raises the SelectionChanged event.
Protected methodRebuild
Rebuilds the filtered/sorted view of this collection
(Overrides FilterCollectionTRebuild.)
Public methodRemove
Remove the specified item from this collection.
(Overrides FilterCollectionTRemove(T).)
Public methodRemoveAt
Removes the item at the specified index.
(Overrides FilterCollectionTRemoveAt(Int32).)
Public methodSelectAll
Selects all rows in the underlying list.
Public methodSelectRow
Selects the specified row in the underlying list.
Public methodUnselectAll
Unselects all rows.
Public methodUnselectRow
Unselects the specified row in the underlying list.
Top
See Also