headerTitle
This property controls the text of the foldout header when using BaseListView.showFoldoutHeader.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public string headerTitle { get; set; }
Remarks
If the BaseListView.makeHeader callback is set, this property gets overridden and the title is not shown.