Click or drag to resize

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

The ISelectionPreserver type exposes the following members.

Properties
  NameDescription
Public propertySelectedItems
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