Click or drag to resize

FilterCollectionTItems Property

Gets the underlying list of items that the filtered collection is based off. If you change this list, you must call Rebuild to update the filtered collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected IList<T> Items { get; }

Property Value

Type: IListT
The underlying items.
See Also