state
This is the state of the MultiColumnHeader.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public MultiColumnHeaderState state { get; set; }
Remarks
It contains state for each column and state for the entire header, for example which columns are sorted and which columns are visible. Parts of this class are serializable other parts must be reconstructed.
Additional Resources: MultiColumnHeaderState.Column, MultiColumnHeaderState.