ISelectionPreserver Interface |
Interface for a control that can preserve selected items
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface ISelectionPreserver : IDisposable
Public Interface ISelectionPreserver
Inherits IDisposable
type ISelectionPreserver =
interface
interface IDisposable
end
The ISelectionPreserver type exposes the following members.
Properties
| Name | Description |
---|
| SelectedItems |
Gets or sets the selected items in the control.
|
TopRemarks
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