[]
        
(Showing Draft Content)

C1.WinUI.Core.C1HierarchicalPresenter.ToList

ToList Method

ToList<T>()

Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation.

Declaration
public IList<T> ToList<T>() where T : C1HierarchicalPresenter
Returns
Type Description
IList<T>

The list of item containers.

Type Parameters
Name Description
T

The type of the container, e.g. C1TreeViewItem