Delegate TreeListView.ChildrenGetter
Delegate used to get the items under a specified item, i.e. its children.
Namespace: Phoenix.Controls
Assembly: Phoenix.Controls.TreeListView.dll
Syntax
public delegate IEnumerable ChildrenGetter(object item);
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Item to look children for. |
Returns
Type | Description |
---|---|
System.Collections.IEnumerable | The list of children. |