Click or drag to resize

ISelectableT Interface

Interface for an object that can select multiple items and rows.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ISelectable<out T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.ISelectable`1"]

The ISelectableT type exposes the following members.

Properties
  NameDescription
Public propertySelectedItems
Gets the selected items.
Public propertySelectedRows
Gets or sets the selected rows.
Top
Methods
  NameDescription
Public methodSelectAll
Selects all rows represented in the data store.
Public methodSelectRow
Selects the specified row.
Public methodUnselectAll
Unselects all rows.
Public methodUnselectRow
Unselects the specified row.
Top
See Also