Click or drag to resize

SelectableFilterCollectionT Constructor (ISelectableControlObject, IListT)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public SelectableFilterCollection(
	ISelectableControl<Object> parent,
	IList<T> collection
)

Parameters

parent
Type: Eto.FormsISelectableControlObject
Parent to attach this instance to.
collection
Type: System.Collections.GenericIListT
Collection for the source of this collection.
See Also