ISelectableT Interface |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.ISelectable`1"]
The ISelectableT type exposes the following members.
| Name | Description | |
|---|---|---|
| SelectedItems |
Gets the selected items.
| |
| SelectedRows |
Gets or sets the selected rows.
|
| Name | Description | |
|---|---|---|
| SelectAll |
Selects all rows represented in the data store.
| |
| SelectRow |
Selects the specified row.
| |
| UnselectAll |
Unselects all rows.
| |
| UnselectRow |
Unselects the specified row.
|