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
Syntaxprotected IList<T> Items { get; }
Protected ReadOnly Property Items As IList(Of T)
Get
member Items : IList<'T> with get
Property Value
Type:
IListTThe underlying items.
See Also