Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


itemsSource

Access to the itemsSource. For a TreeView, the source contains the items wrappers.
Read time 1 minuteLast updated 9 days ago

Definition

public IList itemsSource { get; }

Remarks

To set the items source, use SetRootItems_1 instead, which allows fully typed items.