SelectableFilterCollectionT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.SelectableFilterCollection`1"]
The SelectableFilterCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| SelectableFilterCollectionT(ISelectableControlObject) |
Initializes a new instance of the SelectableFilterCollectionT class.
| |
| SelectableFilterCollectionT(ISelectableControlObject, IEnumerableT) |
Initializes a new instance of the SelectableFilterCollectionT class.
| |
| SelectableFilterCollectionT(ISelectableControlObject, IListT) |
Initializes a new instance of the SelectableFilterCollectionT class.
|
| Name | Description | |
|---|---|---|
| Parent |
Gets the parent that this collection is attached to.
| |
| SelectedItems |
Gets the selected items.
| |
| SelectedRows |
Gets or sets the selected rows in the underlying list.
|
| Name | Description | |
|---|---|---|
| Clear |
Clear this collection.
(Overrides FilterCollectionTClear.) | |
| OnCollectionChanged |
Raises the CollectionChanged event.
(Overrides FilterCollectionTOnCollectionChanged(NotifyCollectionChangedEventArgs).) | |
| OnSelectionChanged |
Raises the SelectionChanged event.
| |
| Rebuild |
Rebuilds the filtered/sorted view of this collection
(Overrides FilterCollectionTRebuild.) | |
| Remove |
Remove the specified item from this collection.
(Overrides FilterCollectionTRemove(T).) | |
| RemoveAt |
Removes the item at the specified index.
(Overrides FilterCollectionTRemoveAt(Int32).) | |
| SelectAll |
Selects all rows in the underlying list.
| |
| SelectRow |
Selects the specified row in the underlying list.
| |
| UnselectAll |
Unselects all rows.
| |
| UnselectRow |
Unselects the specified row in the underlying list.
|
| Name | Description | |
|---|---|---|
| SelectionChanged |
Occurs when the selection changes.
|