[]
Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation.
public IList<T> ToList<T>() where T : C1HierarchicalPresenter
Type | Description |
---|---|
IList<T> | The list of item containers. |
Name | Description |
---|---|
T | The type of the container, e.g. C1TreeViewItem |