ISelectionPreserver Interface |
Interface for a control that can preserve selected items
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface ISelectionPreserver : IDisposable
Public Interface ISelectionPreserver
Inherits IDisposable
type ISelectionPreserver =
interface
interface IDisposable
endThe ISelectionPreserver type exposes the following members.
Properties|
| Name | Description |
|---|
 | SelectedItems |
Gets or sets the selected items in the control.
|
Top
Remarks
A selection preserver is used to save and restore the selected items when the data store changes
dramatically after a sort or server-side filtering.
Controls should implement
ISelectableControlT to create instances of the selection preserver.
See Also