itemsSource
Access to the itemsSource. For a TreeView, the source contains the items wrappers.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public IList itemsSource { get; }
Remarks
To set the items source, use SetRootItems_1 instead, which allows fully typed items.